Merge pull request #419 from hguandl/macos

Fix Protobuf Dependencies & macOS Support
This commit is contained in:
手瓜一十雪 2024-10-01 22:59:07 +08:00 committed by GitHub
commit 871add3071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 62 additions and 53 deletions

View File

@ -13,6 +13,7 @@
"devDependencies": { "devDependencies": {
"@babel/preset-typescript": "^7.24.7", "@babel/preset-typescript": "^7.24.7",
"@log4js-node/log4js-api": "^1.0.2", "@log4js-node/log4js-api": "^1.0.2",
"@protobuf-ts/runtime": "^2.9.4",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6", "@rollup/plugin-typescript": "^11.1.6",
"@types/cors": "^2.8.17", "@types/cors": "^2.8.17",

View File

@ -15,6 +15,10 @@
"appid": 537246140, "appid": 537246140,
"qua": "V1_LNX_NQ_3.2.12_28131_GW_B" "qua": "V1_LNX_NQ_3.2.12_28131_GW_B"
}, },
"6.9.55-28131": {
"appid": 537246115,
"qua": "V1_MAC_NQ_6.9.55_28131_GW_B"
},
"9.9.15-28327":{ "9.9.15-28327":{
"appid": 537249321, "appid": 537249321,
"qua": "V1_WIN_NQ_9.9.15_28327_GW_B" "qua": "V1_WIN_NQ_9.9.15_28327_GW_B"
@ -30,5 +34,9 @@
"3.2.12-28418":{ "3.2.12-28418":{
"appid": 537249393, "appid": 537249393,
"qua": "V1_LNX_NQ_3.2.12_28418_GW_B" "qua": "V1_LNX_NQ_3.2.12_28418_GW_B"
},
"6.9.56-28418": {
"appid": 537249367,
"qua": "V1_MAC_NQ_6.9.56_28418_GW_B"
} }
} }