mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
feat: 1.4.0
This commit is contained in:
parent
a8ee86b09e
commit
b29f533a3b
11
docs/changelogs/CHANGELOG.v1.4.0.md
Normal file
11
docs/changelogs/CHANGELOG.v1.4.0.md
Normal file
@ -0,0 +1,11 @@
|
||||
# v1.4.0
|
||||
|
||||
QQ Version: Windows 9.9.9-23424 / Linux 3.2.7-23361
|
||||
|
||||
## 修复与优化
|
||||
* 优化打包后体积问题
|
||||
|
||||
## 新增与调整
|
||||
|
||||
|
||||
新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)
|
@ -1 +1 @@
|
||||
export const version = '1.3.6';
|
||||
export const version = '1.4.0';
|
||||
|
@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
|
||||
SettingItem(
|
||||
'<span id="napcat-update-title">Napcat</span>',
|
||||
undefined,
|
||||
SettingButton("V1.3.6", "napcat-update-button", "secondary")
|
||||
SettingButton("V1.4.0", "napcat-update-button", "secondary")
|
||||
),
|
||||
]),
|
||||
SettingList([
|
||||
|
@ -167,7 +167,7 @@ async function onSettingWindowCreated(view) {
|
||||
SettingItem(
|
||||
'<span id="napcat-update-title">Napcat</span>',
|
||||
void 0,
|
||||
SettingButton("V1.3.6", "napcat-update-button", "secondary")
|
||||
SettingButton("V1.4.0", "napcat-update-button", "secondary")
|
||||
)
|
||||
]),
|
||||
SettingList([
|
||||
|
Loading…
x
Reference in New Issue
Block a user