feat: 增加管理员 AI 模型配置 (#200)

This commit is contained in:
chengma
2026-08-14 09:49:11 +08:00
parent ad44f83ea6
commit 018da3f732
24 changed files with 1546 additions and 8 deletions
+10
View File
@@ -20,6 +20,16 @@
border: 0;
}
.ai-config-table { min-width: 1320px; }
.ai-config-table input { max-width: 100%; }
.ai-config-endpoint { min-width: 300px; }
.ai-config-params { min-width: 130px; }
.ai-config-params input { width: 88px; display: block; margin-bottom: 4px; }
.ai-config-table td { vertical-align: top; }
.ai-config-table p { margin: 0 0 6px; }
.ai-config-toolbar input[type="url"] { min-width: 220px; }
.input-short { width: 70px; }
body {
margin: 0;
font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;