diff --git a/AquaNet/src/libs/config.ts b/AquaNet/src/libs/config.ts index 8162b443..a39d9f30 100644 --- a/AquaNet/src/libs/config.ts +++ b/AquaNet/src/libs/config.ts @@ -17,3 +17,25 @@ export const DEFAULT_PFP = '/assets/imgs/no_profile.png' // USERBOX_ASSETS export const HAS_USERBOX_ASSETS = true + +// Meow meow meow + +// Matching servers +export const CHU3_MATCHINGS = [ + { + name: "林国对战", + ui: "https://chu3-match.sega.ink/rooms", + guide: "https://performai.evilleaker.com/manual/games/chunithm/national_battle/", + matching: "https://chu3-match.sega.ink/", + reflector: "http://reflector.naominet.live:18080/", + coop: ["RinNET", "MysteriaNET"], + }, + { + name: "Yukiotoko", + ui: "https://yukiotoko.metatable.sh/", + guide: "https://github.com/MewoLab/AquaDX/blob/v1-dev/docs/chu3-national-matching.md", + matching: "http://yukiotoko.chara.lol:9004/", + reflector: "http://yukiotoko.chara.lol:50201/", + coop: ["Missless"] + } +]