fix:对齐其他语言prompt

This commit is contained in:
SengokuCola
2026-05-08 02:26:06 +08:00
parent 7bdbdec157
commit 7a87c760e2
5 changed files with 67 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "maibot-dashboard",
"private": true,
"version": "1.0.8",
"version": "1.0.9",
"type": "module",
"main": "./out/main/index.js",
"scripts": {

View File

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