feat(ECR-027): AICoreConfig KnowledgeChunk 只读并 Closed

KnowledgeChunk catalog (000028) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:14:17 +08:00
parent 78857d5510
commit c1a8a58488
26 changed files with 565 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ func (h *AdminHandler) Register(api *gin.RouterGroup) {
h.registerCrisis(authed)
h.registerCMS(authed)
h.registerCMSPublications(authed)
h.registerKnowledgeChunks(authed)
}
func (h *AdminHandler) Login(c *gin.Context) {