feat(ECR-036): ExploreConfig RhythmConfig 只读并 Closed

RhythmConfig catalog (000037) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:16:26 +08:00
parent 57acfa6105
commit bd9e13497f
25 changed files with 455 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ func (h *AdminHandler) Register(api *gin.RouterGroup) {
h.registerHandoffCases(authed)
h.registerPrivacyRequests(authed)
h.registerStarConfigs(authed)
h.registerRhythmConfigs(authed)
}
func (h *AdminHandler) Login(c *gin.Context) {