feat: 初始化

This commit is contained in:
George
2025-07-07 15:55:44 +08:00
commit 9b7bfcfe5a
969 changed files with 123036 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// @ts-nocheck
// #ifndef APP-IOS || APP-ANDROID
export * from './vue.ts'
// #endif
// #ifdef APP-IOS || APP-ANDROID
export * from './uvue.ts'
// #endif

View File

@ -0,0 +1,7 @@
class EXIF {
constructor(){
console.error('当前环境不支持')
}
}
export const exif = new EXIF()

File diff suppressed because it is too large Load Diff