diff --git a/cli/templates/.vuepress/config.ts.handlebars b/cli/templates/.vuepress/config.ts.handlebars index 4d29c155..f7346246 100644 --- a/cli/templates/.vuepress/config.ts.handlebars +++ b/cli/templates/.vuepress/config.ts.handlebars @@ -32,8 +32,8 @@ export default defineUserConfig({ * @see https://theme-plume.vuejs.press/config/plugins/code-highlight/ */ // shiki: { + // // 强烈建议预设代码块高亮语言,插件默认加载所有语言会产生不必要的时间开销 // languages: ['shell', 'bash', 'typescript', 'javascript'], - // twoslash: true, // }, /** @@ -72,7 +72,7 @@ export default defineUserConfig({ // }, /** - * comments + * 评论 comments * @see https://theme-plume.vuejs.press/guide/features/comments/ */ // comment: {