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