Skip to content

Commit 6826024

Browse files
authored
Merge pull request geekxh#11 from rookieInn/master
去掉每页访问次数、修改最长公共前缀图片
2 parents 3491e91 + e150bd0 commit 6826024

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

website/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ module.exports = {
55
// root : "./hell-algorithm",
66
theme: "reco",
77
themeConfig: {
8+
logo: '/logo.jpeg',
89
sidebar: "auto",
910
searchPlaceholder: "搜索:KMP",
1011
nav: [
12+
{text: '动态规划', link: '/1.2.动态规划系列' },
1113
{text: 'GitHub', link: 'https://github.com/geekxh/hello-algorithm', icon: 'reco-github'}
1214
],
1315
head:[
@@ -21,6 +23,8 @@ module.exports = {
2123
authorAvatar: '/code.png',
2224
startYear: '2019',
2325
valineConfig: {
26+
visitor:false,
27+
enable: false,
2428
placeholder: "留下你的问题,或者你想要的资源...",
2529
avatar: "wavatar",
2630
requiredFields: ['nick'],

website/1.0.数组系列/002/1.png

40.3 KB
Loading

0 commit comments

Comments
 (0)