feat: win 30483

This commit is contained in:
手瓜一十雪
2024-12-12 09:47:44 +08:00
parent ecde2427da
commit 4cdbdaaf4e
3 changed files with 9 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ export class QQBasicInfoWrapper {
getAppidV2ByMajor(QQVersion: string) {
const majorPath = getMajorPath(QQVersion);
const appid = parseAppidFromMajor(majorPath);
console.log(appid);
return appid;
}