chore: access form

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent e8e982559d
commit 5fcdf4ea00
22 changed files with 372 additions and 140 deletions
+8 -1
View File
@@ -7,6 +7,13 @@ export interface AccessItem {
export interface FormData {
name: string;
category: string;
description: string;
categories: any[];
meta: Record<string, any>;
endpoints: {
provider_model_name: string;
weight: number;
model_id: number;
provider_id: number;
}[];
}