纳入 track-uniapp 前端项目 (扫码/任务树/记录/转交Picker)
This commit is contained in:
34
track-uniapp/src/manifest.json
Normal file
34
track-uniapp/src/manifest.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "生产流转",
|
||||
"appid": "__UNI__B572616",
|
||||
"description": "工厂生产流转管理系统",
|
||||
"versionName": "1.0.0",
|
||||
"versionCode": "1",
|
||||
"transformPx": false,
|
||||
"app-plus": {
|
||||
"usingComponents": true,
|
||||
"nvueStyleCompiler": "uni-app",
|
||||
"compilerVersion": 3,
|
||||
"splashscreen": {
|
||||
"alwaysShowBeforeRender": true,
|
||||
"waiting": true,
|
||||
"autoclose": true,
|
||||
"delay": 0
|
||||
},
|
||||
"modules": {},
|
||||
"distribute": {
|
||||
"android": {
|
||||
"permissions": [
|
||||
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
|
||||
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
|
||||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
||||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"routerMode": "hash",
|
||||
"title": "生产流转"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user