init
This commit is contained in:
11
uni_modules/lime-shared/exif/index.ts
Normal file
11
uni_modules/lime-shared/exif/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// @ts-nocheck
|
||||
// #ifndef UNI-APP-X && APP
|
||||
// export * from './vue.ts'
|
||||
export { exif } from './vue.ts'
|
||||
// #endif
|
||||
|
||||
|
||||
// #ifdef UNI-APP-X && APP
|
||||
// export * from './uvue.uts'
|
||||
export { exif } from './uvue.uts'
|
||||
// #endif
|
7
uni_modules/lime-shared/exif/uvue.uts
Normal file
7
uni_modules/lime-shared/exif/uvue.uts
Normal file
@@ -0,0 +1,7 @@
|
||||
class EXIF {
|
||||
constructor(){
|
||||
console.error('当前环境不支持')
|
||||
}
|
||||
}
|
||||
|
||||
export const exif = new EXIF()
|
1057
uni_modules/lime-shared/exif/vue.ts
Normal file
1057
uni_modules/lime-shared/exif/vue.ts
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user