From 13539b9e57498a598700b20b2b267eb4e0b5ec24 Mon Sep 17 00:00:00 2001 From: zhihuaiwen Date: Sat, 27 Jan 2024 01:24:41 +0800 Subject: [PATCH] update --- docs/.vuepress/config.ts | 11 ----------- package.json | 1 - 2 files changed, 12 deletions(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 90bddeb3..51b42dc5 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -1,7 +1,6 @@ import {defineUserConfig} from "vuepress"; import theme from "./theme.js"; import {commentPlugin} from "vuepress-plugin-comment2"; -import {mdEnhancePlugin} from "vuepress-plugin-md-enhance"; export default defineUserConfig({ dest: "./dist", @@ -9,16 +8,6 @@ export default defineUserConfig({ description: "个人博客", lang: "zh-CN", plugins: [ - mdEnhancePlugin({ - // 启用 figure - figure: true, - // 启用图片懒加载 - imgLazyload: true, - // 启用图片标记 - imgMark: true, - // 启用图片大小 - imgSize: true, - }), // https://plugin-comment2.vuejs.press/zh/config/giscus.html#darktheme commentPlugin({ provider: "Giscus", diff --git a/package.json b/package.json index 3bf64746..a0f4f492 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "vuepress-plugin-comment2": "2.0.0-rc.11", "vuepress-plugin-copyright2": "2.0.0-rc.11", "vuepress-plugin-feed2": "2.0.0-rc.11", - "vuepress-plugin-md-enhance": "2.0.0-rc.12", "vuepress-theme-hope": "2.0.0-rc.11" } } \ No newline at end of file