feat: 更新版本号至1.0.2,并添加适配器配置禁用页,指引用户前往插件配置

This commit is contained in:
DrSmoothl
2026-05-02 18:47:36 +08:00
parent 6326019390
commit 8090c2873c
4 changed files with 64 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
* 修改此处的版本号后,所有展示版本的地方都会自动更新
*/
export const APP_VERSION = '1.0.1'
export const APP_VERSION = '1.0.2'
export const APP_NAME = 'MaiBot Dashboard'
export const APP_FULL_NAME = `${APP_NAME} v${APP_VERSION}`