渠道模型列表弹窗与模型数量列
CI / test (push) Successful in 28s
Release / release (push) Successful in 26s

This commit is contained in:
2026-07-14 19:33:55 +08:00
parent 08fa529348
commit 78cc2aab56
6 changed files with 246 additions and 11 deletions
+1
View File
@@ -56,6 +56,7 @@ const exact: Record<string, string> = {
'DELETE /api/v1/ai-channels/:id': '删除网关渠道',
'POST /api/v1/ai-channels/:id/probe': '探测网关渠道',
'POST /api/v1/ai-channels/:id/sync-models': '同步渠道模型',
'POST /api/v1/ai-channels/:id/test-model': '测试渠道模型',
'POST /api/v1/ai-blacklist': '拉黑模型',
'DELETE /api/v1/ai-blacklist/:id': '移出模型黑名单',
'PUT /api/v1/ai-settings': '保存网关设置',