feat(ECR-030): ContentSafety ModerationCase 只读并 Closed

ModerationCase catalog (000031) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:15:00 +08:00
parent 271e312669
commit b904e6b04f
25 changed files with 457 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ func (h *AdminHandler) Register(api *gin.RouterGroup) {
h.registerKnowledgeChunks(authed)
h.registerToolDefinitions(authed)
h.registerBlockPolicies(authed)
h.registerModerationCases(authed)
}
func (h *AdminHandler) Login(c *gin.Context) {