release: v1.7.7

This commit is contained in:
手瓜一十雪 2024-08-04 21:23:55 +08:00
parent 7b459e7502
commit 14219e9b42
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# v1.7.6 # v1.7.7
QQ Version: Windows 9.9.15-26702 / Linux 3.2.12-26702 QQ Version: Windows 9.9.15-26702 / Linux 3.2.12-26702

View File

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

View File

@ -1 +1 @@
export const version = '1.7.6'; export const version = '1.7.7';

View File

@ -29,7 +29,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.7.6', 'napcat-update-button', 'secondary') SettingButton('V1.7.7', 'napcat-update-button', 'secondary')
), ),
]), ]),
SettingList([ SettingList([

View File

@ -163,7 +163,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.7.6", "napcat-update-button", "secondary") SettingButton("V1.7.7", "napcat-update-button", "secondary")
) )
]), ]),
SettingList([ SettingList([