chore: version

This commit is contained in:
手瓜一十雪 2024-05-13 18:25:34 +08:00
parent 32bdf10fd2
commit 827fb698e1
4 changed files with 4 additions and 3 deletions

View File

@ -7,5 +7,6 @@ QQ Version: Windows 9.9.9-23424 / Linux 3.2.7-23361
## 新增与调整 ## 新增与调整
* 修复快速重启进程清理问题 * 修复快速重启进程清理问题
* 支持WebUi热重载
新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api) 新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)

View File

@ -1 +1 @@
export const version = '1.3.2'; export const version = '1.3.5';

View File

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

View File

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