同步源码

This commit is contained in:
ChenX
2023-03-15 16:40:54 +08:00
parent 8e22f4d0c8
commit b1026b0769
114 changed files with 1107 additions and 782 deletions

View File

@@ -12,5 +12,5 @@ export declare class DownloadHoleOption implements Command {
export declare class UploadHoleOption implements Command {
exec(): Promise<void>;
}
export declare function ImportConfig(type: string, store: IConfigStore, newName: string, callback?: () => void): Promise<void>;
export declare function ImportConfig(type: string, store: IConfigStore, newName: string, filter?: string, callback?: () => void): Promise<void>;
//# sourceMappingURL=LoadConfig.d.ts.map