feat: support 1panel v2

This commit is contained in:
Fu Diwei
2025-05-16 18:57:39 +08:00
parent 06fd95782a
commit fd875feef3
18 changed files with 143 additions and 45 deletions

View File

@@ -69,6 +69,7 @@ export interface AccessModel extends BaseModel {
// #region AccessConfig
export type AccessConfigFor1Panel = {
apiUrl: string;
apiVersion: string;
apiKey: string;
allowInsecureConnections?: boolean;
};