Add files via upload

This commit is contained in:
公明
2026-06-18 21:50:44 +08:00
committed by GitHub
parent 2bdc9d4fe0
commit 09b0479fb3
3 changed files with 120 additions and 0 deletions
+1
View File
@@ -876,6 +876,7 @@ func setupRoutes(
protected.POST("/config/apply", configHandler.ApplyConfig)
protected.POST("/config/test-openai", configHandler.TestOpenAI)
protected.POST("/config/test-vision", configHandler.TestVision)
protected.POST("/config/list-models", configHandler.ListModels)
// 系统设置 - 终端(执行命令,提高运维效率)
protected.POST("/terminal/run", terminalHandler.RunCommand)