Merge branch 'v1-dev' of https://github.com/MewoLab/AquaDX into v1-dev

This commit is contained in:
Azalea
2026-04-28 18:46:56 -04:00
5 changed files with 27 additions and 28 deletions
-1
View File
@@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AquaNet</title>
@@ -9,7 +9,6 @@ import icu.samnyan.aqua.sega.chusan.model.userdata.Chu3UserItem
import icu.samnyan.aqua.sega.chusan.model.userdata.UserMusicDetail
import icu.samnyan.aqua.sega.general.model.CardStatus
import icu.samnyan.aqua.sega.general.model.UserRecentRating
import org.springframework.data.repository.findByIdOrNull
import java.time.format.DateTimeFormatter
@Suppress("UNCHECKED_CAST")
@@ -36,7 +35,7 @@ fun ChusanController.chusanInit() {
// Unlock Challenge
mapOf("courseId" to 300004, "startDate" to "2019-01-01 00:00:00", "endDate" to "2077-01-01 11:45:14"),
mapOf("courseId" to 300009, "startDate" to "2019-01-01 00:00:00", "endDate" to "2077-01-01 11:45:14"),
) + (0..9).toList().map {
) + (0..14).toList().map {
// Linked Verse
mapOf("courseId" to 500000 + (opts?.chusanLvDifficulty ?: 5) + (it * 100), "startDate" to "2019-01-01 00:00:00", "endDate" to "2077-01-01 11:45:14")
}
@@ -426,18 +426,18 @@ fun Maimai2ServletController.initApis() {
// NOTE: no-op APIs moved to respect encryption
"UpsertUserPlaceCircleRegist" static { mapOf( "returnCode" to 0, "apiName" to "com.sega.maimai2servlet.api.UpsertUserPlaceCircleRegistApi") }
"GetUserScoreRanking" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.GetUserScoreRankingApi"}""" }
"UpsertClientBookkeeping" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientBookkeepingApi"}""" }
"UpsertClientSetting" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientSettingApi"}""" }
"UpsertClientTestmode" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientTestmodeApi"}""" }
"UpsertClientUpload" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientUploadApi"}""" }
"Ping" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.Ping"}""" }
"RemoveToken" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.RemoveTokenApi"}""" }
"CMLogin" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.CMLoginApi"}""" }
"CMLogout" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.CMLogoutApi"}""" }
"CMUpsertBuyCard" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.CMUpsertBuyCardApi"}""" }
"UserLogout" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.UserLogoutApi"}""" }
"GetGameMapAreaCondition" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.GetGameMapAreaConditionApi"}""" }
"UpsertUserChargelog" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertUserChargelogApi"}""" }
"UpsertClientPlayTime" static { """{returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientPlayTimeApi"}""" }
"GetUserScoreRanking" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.GetUserScoreRankingApi"}""" }
"UpsertClientBookkeeping" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientBookkeepingApi"}""" }
"UpsertClientSetting" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientSettingApi"}""" }
"UpsertClientTestmode" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientTestmodeApi"}""" }
"UpsertClientUpload" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientUploadApi"}""" }
"Ping" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.Ping"}""" }
"RemoveToken" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.RemoveTokenApi"}""" }
"CMLogin" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.CMLoginApi"}""" }
"CMLogout" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.CMLogoutApi"}""" }
"CMUpsertBuyCard" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.CMUpsertBuyCardApi"}""" }
"UserLogout" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.UserLogoutApi"}""" }
"GetGameMapAreaCondition" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.GetGameMapAreaConditionApi"}""" }
"UpsertUserChargelog" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertUserChargelogApi"}""" }
"UpsertClientPlayTime" static { """{"returnCode":1, "apiName":"com.sega.maimai2servlet.api.UpsertClientPlayTimeApi"}""" }
}
@@ -72,14 +72,14 @@ fun OngekiController.ongekiInit() {
}
// NOTE: no-op APIs moved to respect encryption
"ExtendLockTime" static { """{returnCode":1, "apiName":"ExtendLockTimeApi"}""" }
"GameLogout" static { """{returnCode":1, "apiName":"GameLogoutApi"}""" }
"RegisterPromotionCard" static { """{returnCode":1, "apiName":"RegisterPromotionCardApi"}""" }
"UpsertClientBookkeeping" static { """{returnCode":1, "apiName":"UpsertClientBookkeepingApi"}""" }
"UpsertClientDevelop" static { """{returnCode":1, "apiName":"UpsertClientDevelopApi"}""" }
"UpsertClientError" static { """{returnCode":1, "apiName":"UpsertClientErrorApi"}""" }
"UpsertClientSetting" static { """{returnCode":1, "apiName":"UpsertClientSettingApi"}""" }
"UpsertClientTestmode" static { """{returnCode":1, "apiName":"UpsertClientTestmodeApi"}""" }
"UpsertUserGplog" static { """{returnCode":1, "apiName":"UpsertUserGplogApi"}""" }
"Ping" static { """{returnCode":1, "apiName":"Ping"}""" }
"ExtendLockTime" static { """{"returnCode":1, "apiName":"ExtendLockTimeApi"}""" }
"GameLogout" static { """{"returnCode":1, "apiName":"GameLogoutApi"}""" }
"RegisterPromotionCard" static { """{"returnCode":1, "apiName":"RegisterPromotionCardApi"}""" }
"UpsertClientBookkeeping" static { """{"returnCode":1, "apiName":"UpsertClientBookkeepingApi"}""" }
"UpsertClientDevelop" static { """{"returnCode":1, "apiName":"UpsertClientDevelopApi"}""" }
"UpsertClientError" static { """{"returnCode":1, "apiName":"UpsertClientErrorApi"}""" }
"UpsertClientSetting" static { """{"returnCode":1, "apiName":"UpsertClientSettingApi"}""" }
"UpsertClientTestmode" static { """{"returnCode":1, "apiName":"UpsertClientTestmodeApi"}""" }
"UpsertUserGplog" static { """{"returnCode":1, "apiName":"UpsertUserGplogApi"}""" }
"Ping" static { """{"returnCode":1, "apiName":"Ping"}""" }
}
@@ -6,5 +6,6 @@
{"id": 10005, "name": "Linked GATE CRYSTAL", "musicId": 2880},
{"id": 10006, "name": "Linked GATE PARADISE", "musicId": 2891},
{"id": 10007, "name": "Linked GATE NEW", "musicId": 2919},
{"id": 10008, "name": "Linked GATE SUN", "musicId": 2938}
{"id": 10008, "name": "Linked GATE SUN", "musicId": 2938},
{"id": 10009, "name": "Linked GATE LUMINOUS", "musicId": 2954}
]