release: LinuxAppid 24568

This commit is contained in:
手瓜一十雪
2024-06-14 18:43:56 +08:00
parent 2c00d9e999
commit ab80eca6fc
6 changed files with 11 additions and 7 deletions

View File

@@ -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;

View File

@@ -1 +1 @@
export const version = '1.5.6';
export const version = '1.5.7';

View File

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