From 0050f3fcd1aa4c3e31c1a6fe865948cbaf6d1546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=87=AF=E5=8D=9A?= <45080430@gitlab.com> Date: Tue, 19 Aug 2025 10:12:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=AE=8C=E5=96=84=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E5=BC=80=E5=A7=8B=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.development | 4 +- .../src/layouts/components/TagsView/index.vue | 38 +++++--- frontend/src/types/auto-imports.d.ts | 1 + frontend/src/utils/quickStartManager.ts | 80 +++++++++++----- .../dashboard/{components => }/README.md | 28 ++++-- .../components/AddQuickLinkDialog.vue | 37 +++++--- .../views/dashboard/components/QuickStart.vue | 5 +- frontend/src/views/demo/quick-start-test.vue | 91 +++++++++++++++++++ 8 files changed, 230 insertions(+), 54 deletions(-) rename frontend/src/views/dashboard/{components => }/README.md (83%) diff --git a/frontend/.env.development b/frontend/.env.development index 1c96ad2b..3f08ecf7 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -5,8 +5,8 @@ VITE_APP_ENV=development VITE_APP_TITLE=fastapiadmin # 网络请求公用地址 -VITE_API_BASE_URL=http://localhost:8001 -# VITE_API_BASE_URL=https://service.fastapiadmin.com +# VITE_API_BASE_URL=http://localhost:8001 +VITE_API_BASE_URL=https://service.fastapiadmin.com # 代理前缀 VITE_APP_BASE_API=/api/v1 diff --git a/frontend/src/layouts/components/TagsView/index.vue b/frontend/src/layouts/components/TagsView/index.vue index 20c793bc..fffa8599 100644 --- a/frontend/src/layouts/components/TagsView/index.vue +++ b/frontend/src/layouts/components/TagsView/index.vue @@ -23,13 +23,12 @@