Add auth test

This commit is contained in:
daydreamer-json
2026-01-23 02:40:37 +09:00
parent 070627b522
commit 11f2e256c3
13 changed files with 616 additions and 15 deletions

View File

@@ -15,8 +15,12 @@ type ConfigType = AllRequired<
network: {
api: {
akEndfield: {
appCode: { osWinRel: string };
launcherAppCode: { osWinRel: string };
appCode: {
game: { osWinRel: string };
launcher: { osWinRel: string };
accountService: { osWinRel: string };
u8: { osWinRel: string };
};
channel: { osWinRel: number };
base: {
accountService: string;
@@ -55,8 +59,12 @@ const initialConfig: ConfigType = {
network: {
api: {
akEndfield: {
appCode: { osWinRel: 'YDUTE5gscDZ229CW' },
launcherAppCode: { osWinRel: 'TiaytKBUIEdoEwRT' },
appCode: {
game: { osWinRel: 'YDUTE5gscDZ229CW' },
launcher: { osWinRel: 'TiaytKBUIEdoEwRT' },
accountService: { osWinRel: 'd9f6dbb6bbd6bb33' },
u8: { osWinRel: '973bd727dd11cbb6ead8' },
},
channel: { osWinRel: 6 },
base: {
accountService: 'YXMuZ3J5cGhsaW5lLmNvbQ==',