Skip to content

Commit 7b0fa92

Browse files
authored
Develop (#44)
* Update test.vue * update 支持群bot;优化插件排序; * update * Update instance.vue * Update instance.vue
1 parent fe2ba01 commit 7b0fa92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/app/instance.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</el-radio-group>
5757
</el-form-item>
5858
</template>
59-
<template v-if="form.adapter === 'qq_group'">
59+
<template v-if="form.adapter === 'qq_group' || form.adapter === 'qq_global'">
6060
<el-divider content-position="left">资源服务配置</el-divider>
6161
<el-form-item label="AppSecret">
6262
<el-input v-model="form.client_secret" placeholder="机器人密钥"/>
@@ -144,6 +144,7 @@ export default class Instance extends Vue {
144144
public adapterType = {
145145
qq_guild: 'QQ频道机器人(官方)',
146146
qq_group: 'QQ群机器人(官方)',
147+
qq_global: 'QQ全域机器人(官方)',
147148
kook: 'KOOK机器人',
148149
mirai_api_http: 'Mirai-api-http QQ群机器人',
149150
cq_http: 'CQ-Http QQ群机器人',

0 commit comments

Comments
 (0)