diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index ea26c78c..ec73a87f 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -5,7 +5,7 @@ import mdItCustomAttrs from "markdown-it-custom-attrs"; * @type {DefaultTheme.NavItem[]} */ const NavConfig = [ - { text: "主页", link: "/" }, + { text: "主页", link: "https://laf.run" }, { text: "开发指南", link: "/guide/", activeMatch: "^/guide/" }, { text: "API", link: "/api/cloud", activeMatch: "^/api/" }, { text: "范例", link: "/examples/aliyun-sms", activeMatch: "^/examples/" }, @@ -199,10 +199,10 @@ export default defineConfig({ message: "Apache License V2.0", copyright: "Copyright © 2021-present labring/laf", }, - // editLink: { - // pattern: "https://github.com/labring/laf/edit/main/docs/:path", - // text: "在 GitHub 上编辑此页", - // }, + editLink: { + pattern: "https://github.com/labring/laf/edit/main/docs/:path", + text: "在 GitHub 上编辑此页", + }, lastUpdated: "更新于", nav: NavConfig, socialLinks: [{ icon: "github", link: "https://github.com/labring/laf" }], diff --git a/docs/public/logo.png b/docs/public/logo.png index 523a73cf..f3fa3606 100644 Binary files a/docs/public/logo.png and b/docs/public/logo.png differ diff --git a/docs/public/zhuo.png b/docs/public/zhuo.png deleted file mode 100644 index 6624703a..00000000 Binary files a/docs/public/zhuo.png and /dev/null differ