1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
| {
| "name" : "yibei",
| "appid" : "__UNI__1610D7B",
| "description" : "",
| "versionName" : "1.0.0",
| "versionCode" : "100",
| "uni-app-x" : {},
| /* 快应用特有相关 */
| "quickapp" : {},
| /* 小程序特有相关 */
| "mp-weixin" : {
| "appid" : "wx6274f53ea72e5656",
| "setting" : {
| "urlCheck" : false,
| "es6" : true,
| "postcss" : true,
| "minified" : true
| },
| "usingComponents" : true,
| "permission" : {
| "scope.userLocation" : {
| "desc" : "需要"
| }
| },
| "unipush" : {
| "enable" : false
| },
| "secureNetwork" : {
| "enable" : false
| }
| },
| "mp-alipay" : {
| "usingComponents" : true
| },
| "mp-baidu" : {
| "usingComponents" : true
| },
| "mp-toutiao" : {
| "usingComponents" : true
| },
| "uniStatistics" : {
| "enable" : false
| },
| "vueVersion" : "3",
| "app" : {
| "distribute" : {
| "icons" : {
| "android" : {
| "hdpi" : "",
| "xhdpi" : "",
| "xxhdpi" : "",
| "xxxhdpi" : ""
| }
| }
| }
| },
| "web" : {
| "router" : {
| "mode" : "history"
| },
| "sdkConfigs" : {
| "maps" : {}
| }
| }
| }
|
|