manifest.json 4.3 KB
Newer Older
芊里 已提交
1
{
L
linju 已提交
2
    "name" : "base-app",
芊里 已提交
3
    "appid" : "__UNI__BC54A00",
L
123  
linju 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
    "transformPx" : false,
    "app-plus" : {
        "usingComponents" : true,
        "nvueCompiler" : "uni-app",
        "compilerVersion" : 3,
        "splashscreen" : {
            "alwaysShowBeforeRender" : true,
            "waiting" : true,
            "autoclose" : true,
            "delay" : 0
芊里 已提交
17
        },
L
linju 已提交
18
        "modules" : {
L
213  
linju 已提交
19
            "Share" : {},
L
123  
linju 已提交
20 21
            "Fingerprint" : {},
            "OAuth" : {}
L
linju 已提交
22
        },
L
123  
linju 已提交
23 24 25
        "distribute" : {
            "android" : {
                "permissions" : [
L
linju 已提交
26
                    "<uses-feature android:name=\"android.hardware.camera\"/>",
芊里 已提交
27 28
                    "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
                    "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
L
linju 已提交
29
                    "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
芊里 已提交
30
                    "<uses-permission android:name=\"android.permission.CAMERA\"/>",
L
linju 已提交
31
                    "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
芊里 已提交
32 33
                    "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
                    "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
L
linju 已提交
34 35 36 37
                    "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
                    "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
                    "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
                    "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
L
213  
linju 已提交
38
                    "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>",
L
linju 已提交
39 40
                    "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
                    "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
芊里 已提交
41 42 43
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                ]
            },
L
linju 已提交
44 45 46 47 48 49 50 51 52
            /* ios打包配置 */
            "ios" : {
                "capabilities" : {
                    "plists" : {
                        "DCloudConfig" : {
                            "miniServer" : true
                        }
                    },
                    "entitlements" : {
L
123  
linju 已提交
53 54 55 56
                        "com.apple.developer.associated-domains" : [
                            "applinks:uniapp.dcloud.io",
                            "applinks:static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com"
                        ]
L
linju 已提交
57 58 59 60 61 62 63 64 65 66 67 68
                    }
                },
                "privacyDescription" : {
                    "NSLocalNetworkUsageDescription" : "展示游戏页面"
                }
            },
            "sdkConfigs" : {
                "oauth" : {
                    "apple" : {},
                    "weixin" : {
                        "appid" : "wx0411fa6a39d61297",
                        "appsecret" : "",
L
123  
linju 已提交
69
                        "UniversalLinks" : "https://static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com/uni-universallinks/__UNI__BC54A00"
芊里 已提交
70 71
                    },
                    "univerify" : {}
L
linju 已提交
72 73 74 75
                },
                "share" : {
                    "weixin" : {
                        "appid" : "wx0411fa6a39d61297",
L
123  
linju 已提交
76 77 78 79 80 81 82
                        "UniversalLinks" : "https://static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com/uni-universallinks/__UNI__BC54A00",
                        "_spaceID" : "7827e38b-7f40-4421-bca7-58331dcddc00"
                    }
                },
                "payment" : {
                    "weixin" : {
                        "UniversalLinks" : "https://static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com/uni-universallinks/__UNI__BC54A00"
L
linju 已提交
83 84
                    }
                },
L
213  
linju 已提交
85
                "ad" : {}
L
linju 已提交
86
            }
芊里 已提交
87 88
        }
    },
L
123  
linju 已提交
89 90 91 92 93
    "quickapp" : {},
    "mp-weixin" : {
        "appid" : "",
        "setting" : {
            "urlCheck" : false
芊里 已提交
94
        },
L
123  
linju 已提交
95
        "usingComponents" : true
芊里 已提交
96
    },
L
123  
linju 已提交
97 98
    "mp-alipay" : {
        "usingComponents" : true
芊里 已提交
99
    },
L
123  
linju 已提交
100 101
    "mp-baidu" : {
        "usingComponents" : true
芊里 已提交
102
    },
L
123  
linju 已提交
103 104
    "mp-toutiao" : {
        "usingComponents" : true
芊里 已提交
105
    },
L
123  
linju 已提交
106 107
    "uniStatistics" : {
        "enable" : false
芊里 已提交
108
    }
L
123  
linju 已提交
109
}