From f78c4a1fb01ff2cce9e0eea9166f1a6d205362e0 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 21 Feb 2025 11:37:39 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96AI=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/js/pages/manage/application.vue | 20 +- .../manage/setting/components/SystemAibot.vue | 649 ++++++++---------- 2 files changed, 278 insertions(+), 391 deletions(-) diff --git a/resources/assets/js/pages/manage/application.vue b/resources/assets/js/pages/manage/application.vue index 5aa6a3802..8f52dcbe1 100644 --- a/resources/assets/js/pages/manage/application.vue +++ b/resources/assets/js/pages/manage/application.vue @@ -68,39 +68,39 @@ - +
- +
- +
- +
- +
- +
- +
- +
@@ -298,7 +298,7 @@ export default { desc: this.$L('我是达摩院自主研发的超大规模语言模型,能够回答问题、创作文字,还能表达观点、撰写代码。') }, ], - aibotTabAction: "opanai", + aibotTabAction: "openai", aibotShow: false, aibotType: 1, aibotDialogSearchLoad: "", @@ -449,7 +449,7 @@ export default { break; case 'robot': this.aibotType = 1; - this.aibotTabAction = "opanai"; + this.aibotTabAction = "openai"; this.aibotShow = true; break; case 'signin': diff --git a/resources/assets/js/pages/manage/setting/components/SystemAibot.vue b/resources/assets/js/pages/manage/setting/components/SystemAibot.vue index 836dbb9ff..341727cb9 100644 --- a/resources/assets/js/pages/manage/setting/components/SystemAibot.vue +++ b/resources/assets/js/pages/manage/setting/components/SystemAibot.vue @@ -6,49 +6,47 @@ :rules="ruleData" v-bind="formOptions" @submit.native.prevent> -
-

{{ type }}

-
-