Blame view
src/manifest.json
3.07 KB
a2408fc3f init |
1 2 3 4 5 6 7 |
{ "name" : "gulu-vue", "appid" : "", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, |
a2408fc3f init |
8 |
"app-plus" : { |
0db291810 “-mcomfirmOder页面 |
9 |
/* 5+App特有相关 */ |
a2408fc3f init |
10 |
"modules" : {}, |
0db291810 “-mcomfirmOder页面 |
11 |
/* 模块配置 */ |
a2408fc3f init |
12 |
"distribute" : { |
0db291810 “-mcomfirmOder页面 |
13 |
/* 应用发布信息 */ |
a2408fc3f init |
14 |
"android" : { |
0db291810 “-mcomfirmOder页面 |
15 |
/* android打包配置 */ |
a2408fc3f init |
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
"permissions" : [ "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", "<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>", "<uses-permission android:name=\"android.permission.VIBRATE\"/>", "<uses-permission android:name=\"android.permission.READ_LOGS\"/>", "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>", "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.CAMERA\"/>", "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>", "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>", "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>", "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>", "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" ] }, |
a2408fc3f init |
41 |
"ios" : {}, |
0db291810 “-mcomfirmOder页面 |
42 |
/* ios打包配置 */ |
a2408fc3f init |
43 |
"sdkConfigs" : {} |
0db291810 “-mcomfirmOder页面 |
44 45 46 |
}, /* SDK配置 */ "usingComponents" : true |
a2408fc3f init |
47 |
}, |
a2408fc3f init |
48 |
"quickapp" : {}, |
0db291810 “-mcomfirmOder页面 |
49 |
/* 快应用特有相关 */ |
a2408fc3f init |
50 |
"mp-weixin" : { |
0db291810 “-mcomfirmOder页面 |
51 52 53 |
/* 小程序特有相关 */ "usingComponents" : true, "appid" : "wx115b25aa396d27ac", |
a2408fc3f init |
54 |
"setting" : { |
0db291810 “-mcomfirmOder页面 |
55 56 |
"urlCheck" : true } |
a2408fc3f init |
57 58 59 60 61 62 63 64 65 |
}, "mp-alipay" : { "usingComponents" : true }, "mp-baidu" : { "usingComponents" : true }, "mp-toutiao" : { "usingComponents" : true |
0db291810 “-mcomfirmOder页面 |
66 67 68 |
}, "mp-qq" : { "usingComponents" : true |
a2408fc3f init |
69 70 |
} } |