🎨 优化前端菜单栏(修改为抽屉模式)&& 新增ai预设功能 && 优化ai对话前端渲染

This commit is contained in:
2026-02-24 20:54:26 +08:00
parent 0ebe197cc1
commit e5e33996d3
30 changed files with 3681 additions and 68 deletions

View File

@@ -153,6 +153,7 @@ func Routers() *gin.Engine {
appRouter.InitRegexScriptRouter(appGroup) // 正则脚本路由:/app/regex/*
appRouter.InitProviderRouter(appGroup) // AI提供商路由/app/provider/*
appRouter.InitChatRouter(appGroup) // 对话路由:/app/chat/*
appRouter.InitAIPresetRouter(appGroup) // AI预设路由/app/preset/*
}
//插件路由安装