re-enable profiler

This commit is contained in:
fyears
2024-09-01 18:28:08 +08:00
parent 2a3d1265b3
commit b63b6791aa
12 changed files with 73 additions and 10 deletions
+1
View File
@@ -140,6 +140,7 @@ export type CipherMethodType = "rclone-base64" | "openssl-base64" | "unknown";
export type QRExportType = "basic_and_advanced" | SUPPORTED_SERVICES_TYPE;
export interface ProfilerConfig {
enable?: boolean;
enablePrinting?: boolean;
recordSize?: boolean;
}