mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-03-13 23:31:12 +08:00
🐛 更新文档页脚信息,添加Liteyukiflare CDN加速说明
Some checks failed
Pre-commit checks / pre-commit (3.10) (push) Failing after 2m43s
Deploy VitePress site to Pages / build (push) Failing after 3m7s
Pre-commit checks / pre-commit (3.13) (push) Failing after 3m10s
Pre-commit checks / pre-commit (3.12) (push) Failing after 13m53s
Pre-commit checks / pre-commit (3.11) (push) Failing after 13m56s
Docker Image Build / build (push) Failing after 14m14s
Some checks failed
Pre-commit checks / pre-commit (3.10) (push) Failing after 2m43s
Deploy VitePress site to Pages / build (push) Failing after 3m7s
Pre-commit checks / pre-commit (3.13) (push) Failing after 3m10s
Pre-commit checks / pre-commit (3.12) (push) Failing after 13m53s
Pre-commit checks / pre-commit (3.11) (push) Failing after 13m56s
Docker Image Build / build (push) Failing after 14m14s
This commit is contained in:
parent
37749ae15e
commit
317e07eb71
@ -20,7 +20,7 @@ export const en = defineConfig({
|
|||||||
'Edit this page on GitHub',
|
'Edit this page on GitHub',
|
||||||
),
|
),
|
||||||
footer: {
|
footer: {
|
||||||
message: 'Documentation built with <a href="https://vitepress.dev/">VitePress</a> | API references generated by <a href="https://github.com/LiteyukiStudio/litedoc">litedoc</a>',
|
message: 'Page accelerated by <a href="https://cdn.liteyuki.icu" target="_blank">Liteyukiflare CDN</a><br>Documentation built with <a href="https://vitepress.dev/">VitePress</a> | API references generated by <a href="https://github.com/LiteyukiStudio/litedoc">litedoc</a>',
|
||||||
copyright: ThemeConfig.copyright
|
copyright: ThemeConfig.copyright
|
||||||
},
|
},
|
||||||
outline: ThemeConfig.getOutLine("Page Content"),
|
outline: ThemeConfig.getOutLine("Page Content"),
|
||||||
|
@ -20,7 +20,7 @@ export const zh = defineConfig({
|
|||||||
'在 GitHub 上编辑此页',
|
'在 GitHub 上编辑此页',
|
||||||
),
|
),
|
||||||
footer: {
|
footer: {
|
||||||
message: 'Page accelerated by <a href="https://cdn.liteyuki.icu" target="_blank">Liteyukiflare CDN</a><br>Documentation built with <a href="https://vitepress.dev/">VitePress</a> | API references generated by <a href="https://github.com/LiteyukiStudio/litedoc">litedoc</a>',
|
message: '页面由 <a href="https://cdn.liteyuki.icu" target="_blank">Liteyukiflare CDN</a> 提供加速服务<br>文档由 <a href="https://vitepress.dev/">VitePress</a> 构建 | API引用由 <a href="https://github.com/LiteyukiStudio/litedoc">litedoc</a> 生成',
|
||||||
copyright: ThemeConfig.copyright
|
copyright: ThemeConfig.copyright
|
||||||
},
|
},
|
||||||
outline: ThemeConfig.getOutLine("页面内容"),
|
outline: ThemeConfig.getOutLine("页面内容"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user