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

View File

@@ -110,5 +110,9 @@
"6.9.62-30366": {
"appid": 537258401,
"qua": "V1_MAC_NQ_6.9.62_30366_GW_B"
},
"9.9.17-30483": {
"appid": 537258439,
"qua": "V1_WIN_NQ_9.9.17_30483_GW_B"
}
}

View File

@@ -122,5 +122,9 @@
"6.9.62-30366-arm64": {
"send": "4189770",
"recv": "418BF88"
},
"9.9.17-30483-x64": {
"send": "39AC1B0",
"recv": "39B05E4"
}
}