[chusan] Add Chunithm New support

This commit is contained in:
Dom Eori
2022-03-11 16:26:38 +09:00
parent ee6d28bd00
commit 1c6f12752e
88 changed files with 6054 additions and 0 deletions

View File

@@ -142,6 +142,8 @@ public class AllNetController {
return "http://" + addr + ":" + port + "/MaimaiServlet/";
case "SDEZ":
return "http://" + addr + ":" + port + "/Maimai2Servlet/";
case "SDHD":
return "http://" + addr + ":" + port + "/ChusanServlet/";
default:
return "http://" + addr + ":" + port + "/";
}