mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-02-04 06:15:04 +01:00
Compare commits
2 Commits
6eefee6543
...
4b2a718dc2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b2a718dc2 | ||
|
|
1b4aec2c8c |
2
bun.lock
2
bun.lock
@@ -5,7 +5,6 @@
|
||||
"": {
|
||||
"name": "ak-endfield-api-archive",
|
||||
"dependencies": {
|
||||
"@types/prompts": "^2.4.9",
|
||||
"chalk": "^5.6.2",
|
||||
"cli-table3": "^0.6.5",
|
||||
"deepmerge": "^4.3.1",
|
||||
@@ -30,6 +29,7 @@
|
||||
"@types/bun": "latest",
|
||||
"@types/luxon": "^3.7.1",
|
||||
"@types/node": "^25.0.9",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/qs": "^6.14.0",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/uuid": "^11.0.0",
|
||||
|
||||
@@ -17,5 +17,24 @@
|
||||
"total_size": "360836427",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-01-29T10:30:23.794+00:00",
|
||||
"req": {
|
||||
"appCode": "TiaytKBUIEdoEwRT",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"targetApp": "EndField"
|
||||
},
|
||||
"rsp": {
|
||||
"action": 1,
|
||||
"version": "1.0.2",
|
||||
"request_version": "",
|
||||
"zip_package_url": "https://launcher.hg-cdn.com/TiaytKBUIEdoEwRT/launcher/1.0.2/6/6/FCLRoWw78h2SQCYy/GRYPHLINK_1.0.2_6_6_endfield.zip",
|
||||
"md5": "154d73bd32b34e9e3429a1b4fda44a0c",
|
||||
"package_size": "125793683",
|
||||
"total_size": "390043214",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -7,12 +7,12 @@
|
||||
},
|
||||
"rsp": {
|
||||
"action": 1,
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"request_version": "",
|
||||
"zip_package_url": "https://launcher.hg-cdn.com/TiaytKBUIEdoEwRT/launcher/1.0.0/6/6/D6KGicSF/GRYPHLINK_1.0.0_6_6_official.zip",
|
||||
"md5": "fe71ba125d1b1c30d4bf1c05d7af4be6",
|
||||
"package_size": "111189744",
|
||||
"total_size": "360836427",
|
||||
"zip_package_url": "https://launcher.hg-cdn.com/TiaytKBUIEdoEwRT/launcher/1.0.2/6/6/FCLRoWw78h2SQCYy/GRYPHLINK_1.0.2_6_6_endfield.zip",
|
||||
"md5": "154d73bd32b34e9e3429a1b4fda44a0c",
|
||||
"package_size": "125793683",
|
||||
"total_size": "390043214",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
||||
18
output/akEndfield/launcher/launcher/EndField/6/v1.0.2.json
Normal file
18
output/akEndfield/launcher/launcher/EndField/6/v1.0.2.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"req": {
|
||||
"appCode": "TiaytKBUIEdoEwRT",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"targetApp": "EndField"
|
||||
},
|
||||
"rsp": {
|
||||
"action": 1,
|
||||
"version": "1.0.2",
|
||||
"request_version": "",
|
||||
"zip_package_url": "https://launcher.hg-cdn.com/TiaytKBUIEdoEwRT/launcher/1.0.2/6/6/FCLRoWw78h2SQCYy/GRYPHLINK_1.0.2_6_6_endfield.zip",
|
||||
"md5": "154d73bd32b34e9e3429a1b4fda44a0c",
|
||||
"package_size": "125793683",
|
||||
"total_size": "390043214",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
@@ -16,7 +16,6 @@
|
||||
"start": "bun x biome format --write src && bun x oxfmt && bun src/main.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/prompts": "^2.4.9",
|
||||
"chalk": "^5.6.2",
|
||||
"cli-table3": "^0.6.5",
|
||||
"deepmerge": "^4.3.1",
|
||||
@@ -41,6 +40,7 @@
|
||||
"@types/bun": "latest",
|
||||
"@types/luxon": "^3.7.1",
|
||||
"@types/node": "^25.0.9",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/qs": "^6.14.0",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/uuid": "^11.0.0",
|
||||
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
channel,
|
||||
sub_channel: subChannel,
|
||||
version: version ?? undefined,
|
||||
targetApp: targetApp ?? undefined,
|
||||
target_app: targetApp ?? undefined,
|
||||
},
|
||||
})
|
||||
.json();
|
||||
|
||||
Reference in New Issue
Block a user