mirror of https://github.com/hykilpikonna/AquaDX
[+] Matching server options
parent
4ded3d9752
commit
54bed879a5
|
@ -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"]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue