mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-12 18:11:42 +08:00
feat: 新增后端模型管理,第三方快捷登录
This commit is contained in:
@@ -69,14 +69,16 @@ func RegisterTables() {
|
||||
gaia.AccountDingTalkExtend{},
|
||||
gaia.AppRequestTestBatch{},
|
||||
gaia.AppRequestTest{},
|
||||
gaia.SystemIntegration{}, // Extend System Integration
|
||||
gaia.ForwardingExtend{}, // Extend Forwarding Extend
|
||||
gaia.BatchWorkflow{}, // Extend Batch Workflow
|
||||
gaia.BatchWorkflowTask{}, // Extend Batch Workflow Task
|
||||
gaia.AppVersionConfig{}, // 应用版本全局配置(Token)
|
||||
gaia.AppVersionRelease{}, // 应用版本发布
|
||||
gaia.AppVersionDownload{}, // 应用版本各平台安装包
|
||||
system.SysUserGlobalCode{}, // Extend Global Code
|
||||
gaia.SystemIntegration{}, // Extend System Integration
|
||||
gaia.ForwardingExtend{}, // Extend Forwarding Extend
|
||||
gaia.BatchWorkflow{}, // Extend Batch Workflow
|
||||
gaia.BatchWorkflowTask{}, // Extend Batch Workflow Task
|
||||
gaia.AppVersionConfig{}, // 应用版本全局配置(Token)
|
||||
gaia.AppVersionRelease{}, // 应用版本发布
|
||||
gaia.AppVersionDownload{}, // 应用版本各平台安装包
|
||||
gaia.ModelProviderConfig{}, // 模型提供商配置
|
||||
gaia.ModelProxyLog{}, // 模型中转请求日志
|
||||
system.SysUserGlobalCode{}, // Extend Global Code
|
||||
// Extend gaia model
|
||||
)
|
||||
|
||||
|
||||
@@ -22,5 +22,6 @@ func initBizRouter(routers ...*gin.RouterGroup) {
|
||||
gaiaRouter.InitSystemRouter(privateGroup)
|
||||
gaiaRouter.InitWorkflowRouter(privateGroup)
|
||||
gaiaRouter.InitAppVersionRouter(publicGroup, privateGroup)
|
||||
gaiaRouter.InitModelProviderRouter(privateGroup) // 模型提供商路由
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user