From 28cc6eb0f0be915907ce54388af8f2e2f4ad4364 Mon Sep 17 00:00:00 2001 From: gushenfree Date: Sun, 16 Nov 2025 19:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E6=B7=BB=E5=8A=A0=E4=BA=86wyg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 25 +++++++++++++------------ docs/wyg.md | 3 +++ 2 files changed, 16 insertions(+), 12 deletions(-) create mode 100644 docs/wyg.md diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 2d06bca..2b076f8 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -1,4 +1,4 @@ -import { defineConfig } from 'vitepress' +import { defineConfig } from "vitepress"; // https://vitepress.dev/reference/site-config export default defineConfig({ @@ -7,22 +7,23 @@ export default defineConfig({ themeConfig: { // https://vitepress.dev/reference/default-theme-config nav: [ - { text: 'Home', link: '/' }, - { text: 'Examples', link: '/markdown-examples' } + { text: "Home", link: "/" }, + { text: "Examples", link: "/markdown-examples" }, ], sidebar: [ { - text: 'Examples', + text: "Examples", items: [ - { text: 'Markdown Examples', link: '/markdown-examples' }, - { text: 'Runtime API Examples', link: '/api-examples' } - ] - } + { text: "Markdown Examples", link: "/markdown-examples" }, + { text: "Runtime API Examples", link: "/api-examples" }, + { text: "吴禹谷", link: "/wyg" }, + ], + }, ], socialLinks: [ - { icon: 'github', link: 'https://github.com/vuejs/vitepress' } - ] - } -}) + { icon: "github", link: "https://github.com/vuejs/vitepress" }, + ], + }, +}); diff --git a/docs/wyg.md b/docs/wyg.md new file mode 100644 index 0000000..4b93184 --- /dev/null +++ b/docs/wyg.md @@ -0,0 +1,3 @@ +# wyg + +content