release: 1.7.6

This commit is contained in:
手瓜一十雪 2024-08-03 22:45:36 +08:00
parent fd7d2dbf53
commit 48d5cb53bd
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -72,7 +72,7 @@ export function requireMinNTQBuild(buildStr: string) {
}
let _appid: string = '537237765'; // 默认为 Windows 平台的 appid
if (systemPlatform === 'linux') {
_appid = '537234773';
_appid = '537237950';
}
// todo: mac 平台的 appid
export const appid = _appid;

View File

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

View File

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

View File

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