From 1b9c0ee4b8473a887bd9f24d05cc467550a561ec Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 5 Nov 2025 01:42:12 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96AI=E5=8A=A9=E6=89=8B?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/images/application/ai-assistant.svg | 11 ++++++++++ .../assets/js/pages/manage/application.vue | 22 ++++++++++++++++++- .../assets/js/pages/manage/setting/system.vue | 6 +---- resources/assets/sass/pages/page-apply.scss | 4 ++++ .../images/application/ai-assistant.svg | 11 ++++++++++ 5 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 public/images/application/ai-assistant.svg create mode 100644 resources/assets/statics/public/images/application/ai-assistant.svg diff --git a/public/images/application/ai-assistant.svg b/public/images/application/ai-assistant.svg new file mode 100644 index 000000000..e94b22bc2 --- /dev/null +++ b/public/images/application/ai-assistant.svg @@ -0,0 +1,11 @@ + + + ai助手 + + + + + + + + \ No newline at end of file diff --git a/resources/assets/js/pages/manage/application.vue b/resources/assets/js/pages/manage/application.vue index f6f2c861a..52402ebe3 100644 --- a/resources/assets/js/pages/manage/application.vue +++ b/resources/assets/js/pages/manage/application.vue @@ -293,6 +293,18 @@ + + + +
+
+ +
+
+
+ - - - @@ -25,10 +22,9 @@ import SystemSetting from "./components/SystemSetting"; import SystemTaskPriority from "./components/SystemTaskPriority"; import SystemColumnTemplate from "./components/SystemColumnTemplate"; import SystemFileSetting from "./components/SystemFileSetting"; -import SystemAiAssistant from "./components/SystemAiAssistant"; export default { - components: {SystemColumnTemplate, SystemTaskPriority, SystemSetting, SystemFileSetting, SystemAiAssistant}, + components: {SystemColumnTemplate, SystemTaskPriority, SystemSetting, SystemFileSetting}, data() { return { tabAction: 'setting', diff --git a/resources/assets/sass/pages/page-apply.scss b/resources/assets/sass/pages/page-apply.scss index 36b34816c..20800e53a 100644 --- a/resources/assets/sass/pages/page-apply.scss +++ b/resources/assets/sass/pages/page-apply.scss @@ -243,6 +243,10 @@ &.appstore { background-image: url("../images/application/appstore.svg"); } + + &.ai-assistant { + background-image: url("../images/application/ai-assistant.svg"); + } } .apply-export-popover { diff --git a/resources/assets/statics/public/images/application/ai-assistant.svg b/resources/assets/statics/public/images/application/ai-assistant.svg new file mode 100644 index 000000000..e94b22bc2 --- /dev/null +++ b/resources/assets/statics/public/images/application/ai-assistant.svg @@ -0,0 +1,11 @@ + + + ai助手 + + + + + + + + \ No newline at end of file