Skip to content

Commit 5194dbf

Browse files
deploy
1 parent 152bb9a commit 5194dbf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/.vuepress/config.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export default defineUserConfig({
6464
* Shiki 代码高亮
6565
* @see https://theme-plume.vuejs.press/config/plugins/code-highlight/
6666
*/
67-
// shiki: {
68-
// // 强烈建议预设代码块高亮语言,插件默认加载所有语言会产生不必要的时间开销
69-
// languages: ['shell', 'bash', 'typescript', 'javascript'],
70-
// twoslash: true, // 启用 twoslash
71-
// whitespace: true, // 启用 空格/Tab 高亮
72-
// lineNumbers: true, // 启用行号
73-
// },
67+
shiki: {
68+
// 强烈建议预设代码块高亮语言,插件默认加载所有语言会产生不必要的时间开销
69+
languages: ['shell', 'bash', 'typescript', 'javascript'],
70+
twoslash: true, // 启用 twoslash
71+
whitespace: true, // 启用 空格/Tab 高亮
72+
lineNumbers: true, // 启用行号
73+
},
7474

7575
/* 本地搜索, 默认启用 */
7676
search: true,

docs/.vuepress/plume.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineThemeConfig({
3030
/* 站点页脚 */
3131
footer: {
3232
message: 'Power by <a target="_blank" href="https://v2.vuepress.vuejs.org/">VuePress</a> & <a target="_blank" href="https://theme-plume.vuejs.press">vuepress-theme-plume</a> & <a target="_blank" href="https://github.com">github</a> & <a target="_blank" href="https://vercel.com">vercel </a> <br /> <a href="https://icp.gov.moe/?keyword=20250110" target="_blank">萌ICP备20250110号</a> <br /> <a href="https://www.travellings.cn/go.html" target="_blank" rel="noopener" title="开往-友链接力"> <div align="center"> <img src="https://www.travellings.cn/assets/logo.gif" alt="开往-友链接力" width="120"> </a>',
33-
copyright: '©2024 fishcpy. All rights reserved',
33+
copyright: '©2024-2025 fishcpy. All rights reserved',
3434
},
3535

3636
/**

docs/notes/mc/1.README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config:
1414
hero:
1515
name: MC
1616
tagline: 服务器文档
17-
text: fishcpy MC 2022-2024
17+
text: fishcpy MC 2022-2025
1818
actions:
1919
-
2020
theme: brand

0 commit comments

Comments
 (0)