feat(ECR-029): ContentSafety BlockPolicy 只读并 Closed

BlockPolicy catalog (000030) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:14:45 +08:00
parent e6740a0326
commit 5846d39d97
25 changed files with 457 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@ func (h *AdminHandler) Register(api *gin.RouterGroup) {
h.registerCMSPublications(authed)
h.registerKnowledgeChunks(authed)
h.registerToolDefinitions(authed)
h.registerBlockPolicies(authed)
}
func (h *AdminHandler) Login(c *gin.Context) {