mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 15:47:27 +08:00
[+] Submit matching settings
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { ChusanMatchingOption } from "./generalTypes"
|
||||
|
||||
export const AQUA_HOST = 'https://aquadx.net/aqua'
|
||||
export const DATA_HOST = 'https://aquadx.net'
|
||||
@@ -21,7 +22,7 @@ export const HAS_USERBOX_ASSETS = true
|
||||
// Meow meow meow
|
||||
|
||||
// Matching servers
|
||||
export const CHU3_MATCHINGS = [
|
||||
export const CHU3_MATCHINGS: ChusanMatchingOption[] = [
|
||||
{
|
||||
name: "林国对战",
|
||||
ui: "https://chu3-match.sega.ink/rooms",
|
||||
|
||||
@@ -153,3 +153,12 @@ export interface UserBox {
|
||||
level: number
|
||||
playerRating: number
|
||||
}
|
||||
|
||||
export interface ChusanMatchingOption {
|
||||
name: string
|
||||
ui: string
|
||||
guide: string
|
||||
matching: string
|
||||
reflector: string
|
||||
coop: string[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user