feat(admin): 实现系统数据导入导出功能,支持提供商和模型批量配置

This commit is contained in:
fawney19
2026-04-11 21:39:04 +08:00
parent 801e16c988
commit a9f610fa69
36 changed files with 3247 additions and 409 deletions

View File

@@ -334,6 +334,7 @@ export interface ConfigImportResponse {
models: { created: number; updated: number; skipped: number }
ldap?: { created: number; updated: number; skipped: number }
oauth?: { created: number; updated: number; skipped: number }
system_configs?: { created: number; updated: number; skipped: number }
errors: string[]
}
}