diff --git a/docs/changelogs/CHANGELOG.v1.5.6.md b/docs/changelogs/CHANGELOG.v1.5.6.md
index d296120b..294e8158 100644
--- a/docs/changelogs/CHANGELOG.v1.5.6.md
+++ b/docs/changelogs/CHANGELOG.v1.5.6.md
@@ -1,6 +1,6 @@
-# v1.5.6
+# v1.5.7
-QQ Version: Windows 9.9.11-24568 / Linux 3.2.9-23568
+QQ Version: Windows 9.9.11-24568 / Linux 3.2.9-24568
## 修复与优化
* 修复一些问题
diff --git a/package.json b/package.json
index 86063b02..028b7aa5 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
- "version": "1.5.6",
+ "version": "1.5.7",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",
diff --git a/src/common/utils/QQBasicInfo.ts b/src/common/utils/QQBasicInfo.ts
index 4649df5f..a90887f7 100644
--- a/src/common/utils/QQBasicInfo.ts
+++ b/src/common/utils/QQBasicInfo.ts
@@ -65,9 +65,13 @@ export const qqPkgInfo: QQPkgInfo = JSON.parse(fs.readFileSync(pkgInfoPath).toSt
// platVer: '10.0.26100',
// clientVer: '9.9.9-23159',
+// Linux
+// app_version: '3.2.9-24568',
+// qua: 'V1_LNX_NQ_3.2.9_24568_GW_B',
+
let _appid: string = '537226369'; // 默认为 Windows 平台的 appid
if (systemPlatform === 'linux') {
- _appid = '537213827';
+ _appid = '537226441';
}
// todo: mac 平台的 appid
export const appid = _appid;
diff --git a/src/onebot11/version.ts b/src/onebot11/version.ts
index cfada32b..4f7b3e8c 100644
--- a/src/onebot11/version.ts
+++ b/src/onebot11/version.ts
@@ -1 +1 @@
-export const version = '1.5.6';
+export const version = '1.5.7';
diff --git a/src/webui/ui/NapCat.ts b/src/webui/ui/NapCat.ts
index 911d59db..a4ce9e15 100644
--- a/src/webui/ui/NapCat.ts
+++ b/src/webui/ui/NapCat.ts
@@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
SettingItem(
'Napcat',
undefined,
- SettingButton('V1.5.6', 'napcat-update-button', 'secondary')
+ SettingButton('V1.5.7', 'napcat-update-button', 'secondary')
),
]),
SettingList([
diff --git a/static/assets/renderer.js b/static/assets/renderer.js
index 45602267..52ba36bd 100644
--- a/static/assets/renderer.js
+++ b/static/assets/renderer.js
@@ -167,7 +167,7 @@ async function onSettingWindowCreated(view) {
SettingItem(
'Napcat',
void 0,
- SettingButton("V1.5.6", "napcat-update-button", "secondary")
+ SettingButton("V1.5.7", "napcat-update-button", "secondary")
)
]),
SettingList([