Files
plugins/JustFeed/README.md
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

18 lines
570 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# JustFeed
Ver 0.1.1 有一个bug输出RSS的时候如果用上的{date}参数,结果只能显示 “年” 和 “月” ,不能显示 “日”。
如图:
![](https://github.com/eallion/JustFeed/blob/master/bug.png)
今天发现了,随手把里面的 93 行和 141 行修改了一下
```
$d['year'].'/'.$d['mon'].'/'.$date['mday'],
```
改为:
```
$d['year'].'/'.$d['mon'].'/'.$d['mday'],
```
这个插件是jKey开发的原作者的网站已经打不开了。
感谢原作者的付出。
[http://typecho.jkey.lu/](http://typecho.jkey.lu)