mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
chore: version
This commit is contained in:
parent
32bdf10fd2
commit
827fb698e1
@ -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)
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = '1.3.2';
|
export const version = '1.3.5';
|
||||||
|
@ -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([
|
||||||
|
@ -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([
|
||||||
|
Loading…
Reference in New Issue
Block a user