From fe2ba018b132f8c071880b509888a2e8ffb28cb7 Mon Sep 17 00:00:00 2001 From: Vivien <34387011+vivien8261@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:48:50 +0800 Subject: [PATCH] Develop (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update test.vue * update 支持群bot;优化插件排序; * update --- src/views/app/instance.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/app/instance.vue b/src/views/app/instance.vue index 23e60ed..f56d8d5 100644 --- a/src/views/app/instance.vue +++ b/src/views/app/instance.vue @@ -124,16 +124,16 @@ import VFormDialog from '@/components/v-form-dialog.vue' return `${value ? '在线' : '离线'}` } }, - private: '属性', - is_start: '随启动开启', - is_main: '可控实例', - console_channel: '控制台群组ID', adapter: { title: '适配器', format: (row: any, value: any) => { return this.adapterType[value] } - } + }, + private: '属性', + is_start: '随启动开启', + is_main: '可控实例', + console_channel: '控制台群组ID' }) } })