diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index cad9cbbc..565ca9eb 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -2,18 +2,18 @@ import { h } from "vue"; import Theme from "vitepress/theme"; import "./style.css"; import comment from "../../../components/comment.vue"; -import Author from "./components/Author.vue" -import ReloadPrompt from './components/ReloadPrompt.vue' +import Author from "./components/Author.vue"; +import ReloadPrompt from "./components/ReloadPrompt.vue"; export default { - ...Theme, - Layout: () => { - return h(Theme.Layout, null, { - // https://vitepress.dev/guide/extending-default-theme#layout-slots + ...Theme, + Layout: () => { + return h(Theme.Layout, null, { + // https://vitepress.dev/guide/extending-default-theme#layout-slots "doc-after": () => h(comment), - "doc-footer-before": () => h(Author), - 'layout-bottom': () => h(ReloadPrompt), - }); - }, - // ... -}; \ No newline at end of file + // "doc-footer-before": () => h(Author), + "layout-bottom": () => h(ReloadPrompt), + }); + }, + // ... +}; diff --git a/docs/analyzer.md b/docs/analyzer.md index 4bdb4e91..d423f9be 100644 --- a/docs/analyzer.md +++ b/docs/analyzer.md @@ -12,6 +12,11 @@ import analyzer from '../components/analyzer.vue' 施工中 请绕行 ::: +--- + + + + --- :::tip 帮助 @@ -22,8 +27,4 @@ import analyzer from '../components/analyzer.vue' :::warning 隐私声明 - 所有文件的分析仅会在本地进行,仅会有部分错误信息被上传到云端。 -::: - ---- - - +::: \ No newline at end of file