manifest.json 3.6 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 19 20 21
        "modules" : {
            "OAuth" : {},
            "Share" : {}
        },
L
123  
linju 已提交
22 23 24
        "distribute" : {
            "android" : {
                "permissions" : [
L
linju 已提交
25
                    "<uses-feature android:name=\"android.hardware.camera\"/>",
芊里 已提交
26 27
                    "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
                    "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
L
linju 已提交
28
                    "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
芊里 已提交
29
                    "<uses-permission android:name=\"android.permission.CAMERA\"/>",
L
linju 已提交
30
                    "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
芊里 已提交
31 32
                    "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
                    "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
L
linju 已提交
33 34 35 36 37 38
                    "<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\"/>",
                    "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
                    "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
芊里 已提交
39 40 41
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                ]
            },
L
linju 已提交
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
            /* ios打包配置 */
            "ios" : {
                "capabilities" : {
                    "plists" : {
                        "DCloudConfig" : {
                            "miniServer" : true
                        }
                    },
                    "entitlements" : {
                        "com.apple.developer.associated-domains" : [ "applinks:uniapp.dcloud.io" ]
                    }
                },
                "privacyDescription" : {
                    "NSLocalNetworkUsageDescription" : "展示游戏页面"
                }
            },
            "sdkConfigs" : {
                "oauth" : {
                    "apple" : {},
                    "weixin" : {
                        "appid" : "wx0411fa6a39d61297",
                        "appsecret" : "",
                        "UniversalLinks" : "https://uniapp.dcloud.io/ulink-catgame/"
                    }
                },
                "share" : {
                    "weixin" : {
                        "appid" : "wx0411fa6a39d61297",
                        "UniversalLinks" : "https://uniapp.dcloud.io/ulink-catgame/"
                    }
                },
                "payment" : {}
            }
芊里 已提交
75 76
        }
    },
L
123  
linju 已提交
77 78 79 80 81
    "quickapp" : {},
    "mp-weixin" : {
        "appid" : "",
        "setting" : {
            "urlCheck" : false
芊里 已提交
82
        },
L
123  
linju 已提交
83
        "usingComponents" : true
芊里 已提交
84
    },
L
123  
linju 已提交
85 86
    "mp-alipay" : {
        "usingComponents" : true
芊里 已提交
87
    },
L
123  
linju 已提交
88 89
    "mp-baidu" : {
        "usingComponents" : true
芊里 已提交
90
    },
L
123  
linju 已提交
91 92
    "mp-toutiao" : {
        "usingComponents" : true
芊里 已提交
93
    },
L
123  
linju 已提交
94 95
    "uniStatistics" : {
        "enable" : false
芊里 已提交
96
    }
L
123  
linju 已提交
97
}