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 = {
88 sidebar : "auto" ,
99 searchPlaceholder : "搜索:KMP" ,
1010 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' } ]
1215 ] ,
1316 type : 'blog' ,
1417 search : true ,
@@ -18,6 +21,9 @@ module.exports = {
1821 authorAvatar : '/code.png' ,
1922 startYear : '2019' ,
2023 valineConfig : {
24+ placeholder : "留下你的问题,或者你想要的资源..." ,
25+ avatar : "wavatar" ,
26+ requiredFields : [ 'nick' ] ,
2127 appId : 'sINkW5sfpPxoqDyBqbpvTN79-gzGzoHsz' ,
2228 appKey : '5tkDVulRNyjuAbCUekxU6zHW' ,
2329 } ,
You can’t perform that action at this time.
0 commit comments