Skip to content

Commit 5b6739f

Browse files
committed
2.0
1 parent bedf942 commit 5b6739f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
![](https://cdn.nlark.com/yuque/0/2021/png/8391485/1612877553087-3087b091-93ce-40fd-a49f-8baf0f0f49c4.png#align=left&display=inline&height=521&margin=%5Bobject%20Object%5D&name=image.png&originHeight=521&originWidth=386&size=161076&status=done&style=none&width=386)
88

99
```
10-
目前 release 1.19 版本:
10+
目前 release 2.0 版本:
1111
① 支持butterfly、volantis、matery、sakura、fluid主题的友链获取
1212
② 支持小康友链及 volantis 主题友链,即部署于 gitee 上的 issuse 友链获取
1313
③ 支持 butterfly、volantis、matery、sakura、fluid主题的最新文章获取
14-
支持大部分拥有 sitemap 网站的文章获取
14+
去除sitemap,新增目前最通用的atom和rss规则
1515
⑤ 拥有友链屏蔽、关键词屏蔽、等自定义 yaml 的配置项
1616
⑥ 代码重构并规范化,便于二次开发
1717
@@ -21,6 +21,7 @@ bug修复
2121
③ sitemap重新置后(不通用)
2222
④ hexo-theme-sakura主题两种时间格式引发错误
2323
⑤ 屏蔽链接修复
24+
⑥ sitemap的各种问题
2425
```
2526
预览链接:https://noionion.top/friendcircle/
2627

@@ -80,11 +81,12 @@ bug修复
8081
?
8182
> ```PY
8283
> post_info = {
83-
> 'title': ,
84+
> 'title': ,
8485
> 'time': ,
8586
> 'link': ,
8687
> 'name': ,
87-
> 'img':
88+
> 'img': ,
89+
> 'rule':{themename}
8890
> }
8991
> ```
9092
>

0 commit comments

Comments
 (0)