From 6cb69cbd675fe5246bf163f408c6a18ad7ce618e Mon Sep 17 00:00:00 2001 From: anghunk Date: Sat, 31 Jan 2026 12:27:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=AF=BC=E8=88=AA=E6=8C=89=E9=92=AE=E5=92=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将首页的“快速开始”按钮文本改为“开始使用” - 移除“API 文档”导航按钮以简化首页布局 - 修复管理后台中 package.json 的导入路径错误 --- cwd-admin/src/views/LayoutView/index.vue | 2 +- docs/index.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cwd-admin/src/views/LayoutView/index.vue b/cwd-admin/src/views/LayoutView/index.vue index 5c06a1c..0fbcaed 100644 --- a/cwd-admin/src/views/LayoutView/index.vue +++ b/cwd-admin/src/views/LayoutView/index.vue @@ -170,7 +170,7 @@ import { ref, onMounted, watch, provide, computed } from "vue"; import { useRouter, useRoute } from "vue-router"; import { logoutAdmin, fetchDomainList } from "../../api/admin"; import { useTheme } from "../../composables/useTheme"; -import packageJson from "../../../../package.json"; +import packageJson from "../../../package.json"; const DOMAIN_STORAGE_KEY = "cwd_admin_domain_filter"; const API_BASE_URL_KEY = "cwd_admin_api_base_url"; diff --git a/docs/index.md b/docs/index.md index 86e7fb6..e8fec46 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,11 +9,8 @@ hero: alt: 文档封面 actions: - theme: brand - text: 快速开始 + text: 开始使用 link: /guide/getting-started - - theme: alt - text: API 文档 - link: /api/overview - theme: alt text: Github link: https://github.com/anghunk/cwd