Skip to content

Commit

Permalink
Develop (#44)
Browse files Browse the repository at this point in the history
* Update test.vue

* update 支持群bot;优化插件排序;

* update

* Update instance.vue

* Update instance.vue
  • Loading branch information
vivien8261 authored Jun 18, 2024
1 parent fe2ba01 commit 7b0fa92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/app/instance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</el-radio-group>
</el-form-item>
</template>
<template v-if="form.adapter === 'qq_group'">
<template v-if="form.adapter === 'qq_group' || form.adapter === 'qq_global'">
<el-divider content-position="left">资源服务配置</el-divider>
<el-form-item label="AppSecret">
<el-input v-model="form.client_secret" placeholder="机器人密钥"/>
Expand Down Expand Up @@ -144,6 +144,7 @@ export default class Instance extends Vue {
public adapterType = {
qq_guild: 'QQ频道机器人(官方)',
qq_group: 'QQ群机器人(官方)',
qq_global: 'QQ全域机器人(官方)',
kook: 'KOOK机器人',
mirai_api_http: 'Mirai-api-http QQ群机器人',
cq_http: 'CQ-Http QQ群机器人',
Expand Down

0 comments on commit 7b0fa92

Please sign in to comment.