SmartParks_visitore/uni_modules/lime-shared/exif/uvue.uts

7 lines
106 B
Plaintext
Raw Normal View History

2025-08-21 11:23:54 +08:00
class EXIF {
constructor(){
console.error('当前环境不支持')
}
}
export const exif = new EXIF()