File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
![ ] ( 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 )
8
8
9
9
```
10
- 目前 release 1.19 版本:
10
+ 目前 release 2.0 版本:
11
11
① 支持butterfly、volantis、matery、sakura、fluid主题的友链获取
12
12
② 支持小康友链及 volantis 主题友链,即部署于 gitee 上的 issuse 友链获取
13
13
③ 支持 butterfly、volantis、matery、sakura、fluid主题的最新文章获取
14
- ④ 支持大部分拥有 sitemap 网站的文章获取
14
+ ④ 去除sitemap,新增目前最通用的atom和rss规则
15
15
⑤ 拥有友链屏蔽、关键词屏蔽、等自定义 yaml 的配置项
16
16
⑥ 代码重构并规范化,便于二次开发
17
17
21
21
③ sitemap重新置后(不通用)
22
22
④ hexo-theme-sakura主题两种时间格式引发错误
23
23
⑤ 屏蔽链接修复
24
+ ⑥ sitemap的各种问题
24
25
```
25
26
预览链接:https://noionion.top/friendcircle/
26
27
@@ -80,11 +81,12 @@ bug修复
80
81
?
81
82
> ``` PY
82
83
> post_info = {
83
- > ' title' : ,
84
+ > ' title' : ,
84
85
> ' time' : ,
85
86
> ' link' : ,
86
87
> ' name' : ,
87
- > ' img' :
88
+ > ' img' : ,
89
+ > ' rule' :{themename}
88
90
> }
89
91
> ```
90
92
>
You can’t perform that action at this time.
0 commit comments