docs: v1.5.6 change

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

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([