feat: impl multi file/dir moving

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-09-21 17:03:50 +00:00
parent a331276c43
commit 29eab87c71
10 changed files with 147 additions and 53 deletions

View File

@@ -1,9 +1,9 @@
export enum Platform {
Windows = 'windows',
MacOS = 'macos',
Linux = 'linux',
Android = 'android',
iOS = 'ios'
Windows = "windows",
MacOS = "macos",
Linux = "linux",
Android = "android",
iOS = "ios",
}
// Internal global variables (computed once at module load)