Skip to content

Commit

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

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

* update
  • Loading branch information
vivien8261 authored Apr 19, 2024
1 parent 2421edc commit fe2ba01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/app/instance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,16 @@ import VFormDialog from '@/components/v-form-dialog.vue'
return `<span class="status status-${value.toString()}">${value ? '在线' : '离线'}</span>`
}
},
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'
})
}
})
Expand Down

0 comments on commit fe2ba01

Please sign in to comment.