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 @@
+
+
\ 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 @@
+
+
+
+ {{ $L('AI 助手') }}
+
+
+
+
-
-
-
@@ -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 @@
+
+
\ No newline at end of file