Files
1XJT/scoring/uni_modules/lime-shared/exif/uvue.uts

7 lines
106 B
Plaintext
Raw Normal View History

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