diff --git a/cli/templates/.vuepress/config.ts.handlebars b/cli/templates/.vuepress/config.ts.handlebars index 78a44ab2..75981f87 100644 --- a/cli/templates/.vuepress/config.ts.handlebars +++ b/cli/templates/.vuepress/config.ts.handlebars @@ -146,6 +146,17 @@ export default defineUserConfig({ // imageSize: 'local', // 启用 自动填充 图片宽高属性,避免页面抖动 // }, + /** + * 为 Markdown 图像添加附加功能。 + * @see https://theme-plume.vuejs.press/config/plugins/markdown-image/ + */ + // markdownImage: { + // figure: true, // 启用 figure + // lazyload: true, // 启用图片懒加载 + // mark: true, // 启用图片标记 + // size: true, // 启用图片大小 + // }, + /** * 在 Markdown 文件中导入其他 markdown 文件内容。 * @see https://theme-plume.vuejs.press/guide/markdown/include/