diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue
index 27c44e332..08673b630 100644
--- a/resources/assets/js/pages/manage.vue
+++ b/resources/assets/js/pages/manage.vue
@@ -349,7 +349,7 @@
-
+
diff --git a/resources/assets/js/pages/manage/application.vue b/resources/assets/js/pages/manage/application.vue
index 97c274f51..c9f1399a7 100644
--- a/resources/assets/js/pages/manage/application.vue
+++ b/resources/assets/js/pages/manage/application.vue
@@ -1,7 +1,7 @@
-
+
@@ -15,7 +15,25 @@
{{ t == 'base' ? $L('常用') : $L('管理员') }}
-
+
+
+
-
-
-
+
+
{{ $L(item.label) }}
@@ -60,12 +80,12 @@
{{ $L('我的机器人') }}
-
{{$L('添加机器人')}}
+
{{ $L('添加机器人') }}
- {{$L('您没有创建机器人')}}
+ {{ $L('您没有创建机器人') }}
-
@@ -77,9 +97,9 @@
{{ item.name }}
-
ID:{{item.id}}
-
{{$L('清理时间')}}:{{item.clear_day}}
-
Webhook:{{item.webhook_url || '-'}}
+
ID:{{ item.id }}
+
{{ $L('清理时间') }}:{{ item.clear_day }}
+
Webhook:{{ item.webhook_url || '-' }}
@@ -99,7 +119,7 @@
:title="$L(mybotModifyData.id > 0 ? '修改机器人' : '添加机器人')"
:mask-closable="false">
-
-
+
+
@@ -126,7 +146,7 @@
{{ $L('AI 列表') }}
-
{{$L('机器人设置')}}
+
{{ $L('机器人设置') }}
@@ -138,8 +158,8 @@
{{ item.label }}
- {{item.tag}}
- +{{item.tags.length - 1}}
+ {{ item.tag }}
+ +{{ item.tags.length - 1 }}
{{ item.desc }}
@@ -159,7 +179,7 @@
{{ $L('AI 设置') }}
-
{{$L('返回')}}
+
{{ $L('返回') }}
@@ -168,7 +188,7 @@
+ @on-update-setting="handleAITags"/>
@@ -184,7 +204,7 @@
{{ $L('签到设置') }}
-
+
@@ -235,7 +255,7 @@
{{ $L('LDAP 设置') }}
-
+
@@ -247,7 +267,7 @@
{{ $L('邮件通知') }}
-
+
@@ -259,7 +279,7 @@
{{ $L('APP 推送') }}
-
+
@@ -270,12 +290,12 @@
:title="$L('扫码登录')"
:mask-closable="false">
-
{{$L(`你好,扫码确认登录`)}}
-
「{{$L('为确保帐号安全,请确认是本人操作')}}」
+
{{ $L(`你好,扫码确认登录`) }}
+
「{{ $L('为确保帐号安全,请确认是本人操作') }}」
-
-
+
+
@@ -295,7 +315,7 @@