File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ module.exports = {
8
8
sidebar : "auto" ,
9
9
searchPlaceholder : "搜索:KMP" ,
10
10
nav : [
11
- { text : 'GitHub' , link : 'https://github.com/geekxh/hello-algorithm' , icon : 'reco-github' }
11
+ { text : 'GitHub' , link : 'https://github.com/geekxh/hello-algorithm' , icon : 'reco-github' }
12
+ ] ,
13
+ head :[
14
+ [ 'link' , { rel :'shortcut icon' , href :'/favicon.ico' } ]
12
15
] ,
13
16
type : 'blog' ,
14
17
search : true ,
@@ -18,6 +21,9 @@ module.exports = {
18
21
authorAvatar : '/code.png' ,
19
22
startYear : '2019' ,
20
23
valineConfig : {
24
+ placeholder : "留下你的问题,或者你想要的资源..." ,
25
+ avatar : "wavatar" ,
26
+ requiredFields : [ 'nick' ] ,
21
27
appId : 'sINkW5sfpPxoqDyBqbpvTN79-gzGzoHsz' ,
22
28
appKey : '5tkDVulRNyjuAbCUekxU6zHW' ,
23
29
} ,
You can’t perform that action at this time.
0 commit comments