File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ Live2D的后端暂时使用了[fghrsh](https://www.fghrsh.net/post/170.html)提
76
76
> <p style =" text-indent :2em " >章北海感到父亲的灵魂从冥冥中降落到飞船上,与他融为一体,他按动了操作界面上那个最后的按钮,心中默念出那个他用尽一生的努力所追求的指令:</p ><p style =" text-indent :2em " >“‘自然选择’,前进四!”</p >
77
77
78
78
## 历程
79
+ ### 2019-05-03 v2.1.4
80
+ valine更新,现在支持记录访问者IP、每次重新拉取评论者头像
79
81
### 2019-04-29 v2.1.3
80
82
页面样式微调,将masthead调矮,将标题字号改小
81
83
### 2019-03-20 v2.1.2
Original file line number Diff line number Diff line change @@ -268,11 +268,14 @@ valine: # depend av-min.js #Leancloud
268
268
src : //unpkg.com/valine/dist/Valine.min.js
269
269
appId : 9hABRddSuEkTgqLrt1VSK5B1-gzGzoHsz
270
270
appKey : NJ7RwmgrxsF7KDzlqU7YewlL
271
- notify : false
272
- verify : false
271
+ notify : true # 评论回复邮件提醒
272
+ verify : true # 验证码服务
273
273
avatar : identicon
274
274
placeholder : 在这里评论吧!
275
- visitor : true
275
+ visitor : true # 文章访问量统计
276
+ highlight : true # 代码高亮
277
+ avatarForce : false # 每次访问强制拉取最新的评论列表头像
278
+ recordIP : true # 记录评论者IP
276
279
277
280
page404 :
278
281
search_children : # 腾讯公益
Original file line number Diff line number Diff line change 10
10
placeholder : '{{ site.valine.placeholder }}' ,
11
11
notify : { { site . valine . notify } } ,
12
12
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 } }
14
17
} )
15
18
</ script >
16
19
</ div >
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ categories:
4
4
- ACM
5
5
- 题解
6
6
---
7
+ [ 官方题解] ( https://codeforces.com/blog/entry/66827 )
8
+
7
9
A题出锅所以Unrated了…于是愉快的去睡觉了。
8
10
# [ Inscribed Figures] ( https://vjudge.net/problem/CodeForces-1156A )
9
11
交上去WA了一发,结果是题目的锅。
You can’t perform that action at this time.
0 commit comments