Skip to content

Commit f5c1385

Browse files
author
wu-kan
committed
v2.1.4 valine更新,现在支持记录访问者IP、每次重新拉取评论者头像
1 parent 4f55b68 commit f5c1385

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Live2D的后端暂时使用了[fghrsh](https://www.fghrsh.net/post/170.html)提
7676
> <p style="text-indent:2em">章北海感到父亲的灵魂从冥冥中降落到飞船上,与他融为一体,他按动了操作界面上那个最后的按钮,心中默念出那个他用尽一生的努力所追求的指令:</p><p style="text-indent:2em">“‘自然选择’,前进四!”</p>
7777
7878
## 历程
79+
### 2019-05-03 v2.1.4
80+
valine更新,现在支持记录访问者IP、每次重新拉取评论者头像
7981
### 2019-04-29 v2.1.3
8082
页面样式微调,将masthead调矮,将标题字号改小
8183
### 2019-03-20 v2.1.2

_config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,14 @@ valine: # depend av-min.js #Leancloud
268268
src: //unpkg.com/valine/dist/Valine.min.js
269269
appId: 9hABRddSuEkTgqLrt1VSK5B1-gzGzoHsz
270270
appKey: NJ7RwmgrxsF7KDzlqU7YewlL
271-
notify: false
272-
verify: false
271+
notify: true # 评论回复邮件提醒
272+
verify: true # 验证码服务
273273
avatar: identicon
274274
placeholder: 在这里评论吧!
275-
visitor: true
275+
visitor: true # 文章访问量统计
276+
highlight: true # 代码高亮
277+
avatarForce: false # 每次访问强制拉取最新的评论列表头像
278+
recordIP: true # 记录评论者IP
276279

277280
page404:
278281
search_children: # 腾讯公益

_includes/valine.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
placeholder: '{{ site.valine.placeholder }}',
1111
notify: {{ site.valine.notify }},
1212
verify: {{ site.valine.verify }},
13-
visitor: {{ site.valine.visitor }}
13+
highlight: {{ site.valine.highlight }},
14+
avatarForce: {{ site.valine.avatarForce }},
15+
visitor: {{ site.valine.visitor }},
16+
recordIP: {{ site.valine.recordIP }}
1417
})
1518
</script>
1619
</div>

_posts/2019-05-02-Educational Codeforces Round 64 (Rated for Div. 2).md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ categories:
44
- ACM
55
- 题解
66
---
7+
[官方题解](https://codeforces.com/blog/entry/66827)
8+
79
A题出锅所以Unrated了…于是愉快的去睡觉了。
810
# [Inscribed Figures](https://vjudge.net/problem/CodeForces-1156A)
911
交上去WA了一发,结果是题目的锅。

0 commit comments

Comments
 (0)