docs: v1.5.6 change

This commit is contained in:
手瓜一十雪 2024-06-14 16:53:26 +08:00
parent 2fc963f986
commit ae84a8dd11
5 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "1.5.5",
"version": "1.5.6",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",

View File

@ -22,7 +22,6 @@ program
.option('-q, --qq <type>', 'QQ号')
.parse(process.argv);
// 无缝升级旧的配置到新的 应在1.3.5发布 1.5.5 左右移除兼容支持
// UpdateConfig().catch(logError); 移除支持
// 启动WebUi
InitWebUi();

View File

@ -1 +1 @@
export const version = '1.5.5';
export const version = '1.5.6';

View File

@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
undefined,
SettingButton('V1.5.5', 'napcat-update-button', 'secondary')
SettingButton('V1.5.6', 'napcat-update-button', 'secondary')
),
]),
SettingList([

View File

@ -167,7 +167,7 @@ async function onSettingWindowCreated(view) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
void 0,
SettingButton("V1.5.5", "napcat-update-button", "secondary")
SettingButton("V1.5.6", "napcat-update-button", "secondary")
)
]),
SettingList([