File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ module.exports = config({
38
38
// onlyFirstAndLastCommit: true,
39
39
// },
40
40
} ,
41
+ locales : {
42
+ "/" : {
43
+ lang : "zh-CN"
44
+ }
45
+ } ,
41
46
themeConfig : {
42
47
blog : false ,
43
48
// comment: false,
@@ -59,6 +64,7 @@ module.exports = config({
59
64
searchPlaceholder : 'Search' ,
60
65
repo : 'yeasy/docker_practice' ,
61
66
repoLabel : 'GitHub' ,
67
+ repoDisplay : true ,
62
68
hostname : 'https://vuepress.mirror.docker-practice.com' ,
63
69
// author: 'yeasy',
64
70
mdEnhance : {
@@ -135,8 +141,9 @@ module.exports = config({
135
141
// link: ''
136
142
// },
137
143
{
138
- text : '云服务器特惠' ,
139
- link : 'https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=console'
144
+ text : '云服务器618特惠' ,
145
+ //link: 'https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=console'
146
+ link : 'https://cloud.tencent.com/act/cps/redirect?redirect=10488&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=activity'
140
147
} ,
141
148
// {
142
149
// text: '语言',
You can’t perform that action at this time.
0 commit comments