feat(ECR-039): GrowthInsights FunnelDefinition 只读并 Closed

FunnelDefinition catalog (000040) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:17:12 +08:00
parent 63742c1d66
commit e955f1e6a2
25 changed files with 455 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ func (h *AdminHandler) Register(api *gin.RouterGroup) {
h.registerRhythmConfigs(authed)
h.registerImageCardDecks(authed)
h.registerReportTemplates(authed)
h.registerFunnelDefinitions(authed)
}
func (h *AdminHandler) Login(c *gin.Context) {