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

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