We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a475274 commit 92314acCopy full SHA for 92314ac
docs/.vuepress/config.js
@@ -29,15 +29,18 @@ module.exports = {
29
repo: 'vuejs/vuepress',
30
editLinks: true,
31
docsDir: 'docs',
32
- serviceWorker: {
33
- updatePopup: true
34
- },
35
locales: {
36
'/': {
37
label: 'English',
38
selectText: 'Languages',
39
editLinkText: 'Edit this page on GitHub',
40
lastUpdated: 'Last Updated',
+ serviceWorker: {
+ updatePopup: {
+ message: "New content is available.",
41
+ buttonText: "Refresh"
42
+ }
43
+ },
44
nav: [
45
{
46
text: 'Guide',
@@ -65,6 +68,12 @@ module.exports = {
65
68
selectText: '选择语言',
66
69
editLinkText: '在 GitHub 上编辑此页',
67
70
lastUpdated: '上次更新',
71
72
73
+ message: "发现新内容可用",
74
+ buttonText: "刷新"
75
76
77
78
79
text: '指南',
0 commit comments