fix: ui issues

This commit is contained in:
jialin
2026-02-06 11:13:49 +08:00
parent d54722609c
commit 7f3d6bb55f
35 changed files with 364 additions and 141 deletions
+1
View File
@@ -12,6 +12,7 @@ export interface FormData {
api_key: string;
config: {
type: maasProviderType;
openaiCustomUrl?: string;
[key: string]: any;
};
}