diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 5d311ad..34e1f4c 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -2,27 +2,27 @@ import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ - title: "次梦插件文档", + title: "次梦插件", description: "次梦Minecraft插件文档", themeConfig: { // https://vitepress.dev/reference/default-theme-config nav: [ - { text: 'Home', link: '/' }, - { text: 'Examples', link: '/markdown-examples' } + { text: '主页', link: '/' }, + { text: '插件文档', link: '/lectbili' } ], sidebar: [ { - text: 'Examples', + text: '次梦插件', items: [ - { text: 'Markdown Examples', link: '/markdown-examples' }, - { text: 'Runtime API Examples', link: '/api-examples' } + { text: '[哔哩]LectBili', link: '/lectbili' }, + { text: '[互联]WsConnect', link: '/wsconnect' } ] } ], - socialLinks: [ - { icon: 'github', link: 'https://github.com/vuejs/vitepress' } - ] + // socialLinks: [ + // { icon: 'github', link: 'https://github.com/vuejs/vitepress' } + // ] } }) diff --git a/docs/index.md b/docs/index.md index 6c897c7..688aa4a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,23 +3,25 @@ layout: home hero: - name: "次梦插件文档" - text: "次梦Minecraft插件文档" - tagline: My great project tagline + name: "次梦插件" + text: "Minecraft插件文档" + tagline: 什么?空白页! + image: + src: /logo.webp + alt: LectPlugins actions: - theme: brand - text: Markdown Examples - link: /markdown-examples - - theme: alt - text: API Examples - link: /api-examples - + text: 开始使用 + link: /lectbili features: - - title: Feature A - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature B - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature C - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit + - title: 便捷 + icon: ⚡️ + details: 插件直装,只需修改少量配置文件,即可快速使用 + - title: 自定义 + icon: 🔥 + details: 高度自定义,任何GUI均可修改 + - title: 体验 + icon: 🎉 + details: BUG快速修复 --- diff --git a/docs/lectbili.md b/docs/lectbili.md new file mode 100644 index 0000000..3111a3f --- /dev/null +++ b/docs/lectbili.md @@ -0,0 +1 @@ +# [哔哩]LectBili \ No newline at end of file diff --git a/docs/public/favicon.ico b/docs/public/favicon.ico new file mode 100644 index 0000000..bfbf971 Binary files /dev/null and b/docs/public/favicon.ico differ diff --git a/docs/public/logo.webp b/docs/public/logo.webp new file mode 100644 index 0000000..827fdeb Binary files /dev/null and b/docs/public/logo.webp differ diff --git a/docs/wsconnect.md b/docs/wsconnect.md new file mode 100644 index 0000000..6c3abfe --- /dev/null +++ b/docs/wsconnect.md @@ -0,0 +1 @@ +# [互联]WsConnect \ No newline at end of file