From e20fa25000f9e3821467ae8043189ae83cbde58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=97=E6=B5=A9?= <8583167+chen-zh@user.noreply.gitee.com> Date: Tue, 30 Jun 2026 06:12:28 +0000 Subject: [PATCH] =?UTF-8?q?!70=20czh-20260630-=E4=BF=AE=E5=A4=8D=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=BB=9A=E5=8A=A8=E6=9D=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * czh-20260630-修复计划滚动条问题 * czh-AI-20260630-新增功能-帮助中心菜单项 * czh-AI-20260630-新增功能-帮助中心常量导出 * czh-AI-20260630-新增功能-帮助中心环境变量配置 * czh-20260630-优化拖拽效果 * czh-20260630-增加乐观更新;优化抽屉界面 --- .env.development | 3 + .env.production | 3 + .../header/components/user-dropdown/index.vue | 13 +++- src/settings/siteSetting.ts | 3 + src/views/tasklist/components/TaskContent.vue | 45 +++++++++-- .../tasklist/components/TaskDetailDrawer.vue | 57 ++------------ .../tasklist/components/TaskFlatView.vue | 10 +++ src/views/tasklist/index.vue | 74 ++++++++++++++++--- 8 files changed, 138 insertions(+), 70 deletions(-) diff --git a/.env.development b/.env.development index 74e8b0f..40ab90e 100644 --- a/.env.development +++ b/.env.development @@ -37,3 +37,6 @@ VITE_AUTOLOGIN_URL=http://localhost:9100/api/sys/autoLogin # 联系我们 VITE_GLOB_CONTACT_URL=http://localhost:3100/contact + +# 帮助中心 +VITE_GLOB_HELP_CENTER_URL=# diff --git a/.env.production b/.env.production index 2eef38f..c8cdc94 100644 --- a/.env.production +++ b/.env.production @@ -38,3 +38,6 @@ VITE_AUTOLOGIN_URL=http://200.100.65.101:9100/api/sys/autoLogin # 联系我们 VITE_GLOB_CONTACT_URL=# + +# 帮助中心 +VITE_GLOB_HELP_CENTER_URL=# diff --git a/src/layouts/default/header/components/user-dropdown/index.vue b/src/layouts/default/header/components/user-dropdown/index.vue index d3304db..49191ea 100644 --- a/src/layouts/default/header/components/user-dropdown/index.vue +++ b/src/layouts/default/header/components/user-dropdown/index.vue @@ -13,6 +13,7 @@ +