调整任务列表样式

This commit is contained in:
GeekMaster
2025-05-27 16:04:30 +08:00
parent 32fc4d86a2
commit a7063bf30a
4 changed files with 3 additions and 21 deletions

View File

@@ -515,7 +515,6 @@ func main() {
group := s.Engine.Group("/api/test")
group.Any("sse", h.PostTest, h.SseTest)
}),
fx.Provide(service.NewWebsocketService),
fx.Provide(handler.NewPromptHandler),
fx.Invoke(func(s *core.AppServer, h *handler.PromptHandler) {
group := s.Engine.Group("/api/prompt")