Skip to content

Commit

Permalink
支持未完全载入时标题栏使用
Browse files Browse the repository at this point in the history
  • Loading branch information
XTsat committed May 17, 2023
1 parent 79fdcb0 commit 651ce08
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ export const zh: NavbarConfig = [
},
{
text: '文档',
link: '/document/info/脚本说明.md',
link: '/document/info/脚本说明.html',
},
{
text: '深入',
link: '/development/脚本更新日志.md',
link: '/development/脚本更新日志.html',
},
{
text: '作者',
link: '/作者.md',
link: '/作者.html',
},
{
text: '关于我',
link: '/关于我.md',
link: '/关于我.html',
},
]
46 changes: 23 additions & 23 deletions docs/.vuepress/configs/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,47 @@ export const zh: SidebarConfig = {
text: '简单介绍',
collapsible: false,
children: [
'/document/Info/脚本说明.md',
'/document/Info/秒传格式.md',
'/document/Info/脚本说明.html',
'/document/Info/秒传格式.html',
]
},
{
text: '脚本安装&使用',
collapsible: false,
children: [
'/document/Install/About.md',
'/document/Install/Windows.md',
'/document/Install/Android.md',
'/document/Install/MacOS.md',
'/document/Install/Web.md',
'/document/Install/About.html',
'/document/Install/Windows.html',
'/document/Install/Android.html',
'/document/Install/MacOS.html',
'/document/Install/Web.html',
]
},
{
text: '秒传链接生成',
collapsible: false,
children: [
'/document/秒传链接生成/秒传生成相关.md',
'/document/秒传链接生成/一键秒传.md',
'/document/秒传链接生成/极速生成.md',
// '/document/秒传链接生成/PCS-Go 客户端.md',
'/document/秒传链接生成/秒传生成相关.html',
'/document/秒传链接生成/一键秒传.html',
'/document/秒传链接生成/极速生成.html',
// '/document/秒传链接生成/PCS-Go 客户端.html',
]
},
{
text: '如何预防和谐',
collapsible: false,
children: [
'/document/预防和谐/文件和谐.md',
'/document/预防和谐/已知和谐原因.md',
'/document/预防和谐/度盘防和谐.md',
'/document/预防和谐/文件和谐.html',
'/document/预防和谐/已知和谐原因.html',
'/document/预防和谐/度盘防和谐.html',
]
},
{
text: '常见问题',
collapsible: false,
children: [
'/document/FAQ/常见问题.md',
'/document/FAQ/错误代码.md',
'/document/FAQ/错误代码(网页工具).md',
'/document/FAQ/常见问题.html',
'/document/FAQ/错误代码.html',
'/document/FAQ/错误代码(网页工具).html',
]
},
],
Expand All @@ -56,18 +56,18 @@ export const zh: SidebarConfig = {
text: '开发日志',
collapsible: false,
children: [
'/development/脚本更新日志.md',
'/development/历史版本.md',
'/development/开发计划.md',
// '/development/通知.md',
'/development/网页端更新日志.md',
'/development/脚本更新日志.html',
'/development/历史版本.html',
'/development/开发计划.html',
// '/development/通知.html',
'/development/网页端更新日志.html',
]
},
{
text: '参与开发',
collapsible: false,
children: [
'/development/文档开发.md',
'/development/文档开发.html',
]
},

Expand Down

0 comments on commit 651ce08

Please sign in to comment.