This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
contract-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
合同小程序前端代码仓库
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
2
Branches
22 MiB
Vue
66.1%
JavaScript
20.7%
TypeScript
8.6%
CSS
4.4%
HTML
0.2%
Tree:
55251de6f4
master
sit
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '55251de6f4'
${ noResults }
contract-front
/
uni_modules
/
lime-shared
/
exif
/
uvue.ts
7 lines
106 B
Raw
Blame
History
class
EXIF
{
constructor
(
)
{
console
.
error
(
'当前环境不支持'
)
}
}
export
const
exif
=
new
EXIF
(
)