Skip to content

Commit

Permalink
更新内容
Browse files Browse the repository at this point in the history
  • Loading branch information
xiayuanOvO committed Dec 31, 2023
1 parent 4ce5c5e commit f1025ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 31 deletions.
38 changes: 7 additions & 31 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,15 @@ export default defineUserConfig({
{ text: 'FAQ', link: '/faq/' }
],
backToHome: '返回首页',
editLinkText: '编辑此页'
lastUpdated: true,
lastUpdatedText: '上一次编辑',
editLinkText: '编辑此页',
contributors: true,
tip: "提示",
warning: "注意",
danger: "警告",
}),
plugins: [
backToTopPlugin(),
],
})

// export default defineUserConfig({

// title: 'Modernia Wiki',
// description: '基于botpy的娱乐QQ机器人。',
// base: "/Modernia-docs/",
// lang: 'zh-cn',

// theme: defaultTheme({
// lang: 'zh-CN',
// repo: 'xiayuanOvO/Modernia',
// docsRepo: 'ishkong/go-cqhttp-docs',
// docsBranch: 'main',
// docsDir: 'docs',
// navbar: [
// { text: '首页', link: '/' },
// { text: '指南', children: ['/guide/', '/guide/start.md'] },
// { text: 'FAQ', link: '/faq/' }
// ],
// editLinkText: "编辑此页",
// lastUpdated: true,
// lastUpdatedText: '上一次编辑',
// contributors: true,
// tip: "提示",
// warning: "注意",
// danger: "警告",
// backToHome: "返回首页",
// sidebar: "auto",
// }),
// })
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"license": "ISC",
"devDependencies": {
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.0",
"vue": "^3.3.13",
"vuepress": "^2.0.0-rc.0"
}
Expand Down

0 comments on commit f1025ba

Please sign in to comment.