From 54bed879a50658eeafc9e54d4966c5c5152018af Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:30:06 -0500 Subject: [PATCH] [+] Matching server options --- AquaNet/src/libs/config.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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"] + } +]