manifest.json 3.7 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
        "modules" : {
            "OAuth" : {},
L
213  
linju 已提交
20 21
            "Share" : {},
            "Fingerprint" : {}
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
            /* 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" : {}
            }
芊里 已提交
77 78
        }
    },
L
123  
linju 已提交
79 80 81 82 83
    "quickapp" : {},
    "mp-weixin" : {
        "appid" : "",
        "setting" : {
            "urlCheck" : false
芊里 已提交
84
        },
L
123  
linju 已提交
85
        "usingComponents" : true
芊里 已提交
86
    },
L
123  
linju 已提交
87 88
    "mp-alipay" : {
        "usingComponents" : true
芊里 已提交
89
    },
L
123  
linju 已提交
90 91
    "mp-baidu" : {
        "usingComponents" : true
芊里 已提交
92
    },
L
123  
linju 已提交
93 94
    "mp-toutiao" : {
        "usingComponents" : true
芊里 已提交
95
    },
L
123  
linju 已提交
96 97
    "uniStatistics" : {
        "enable" : false
芊里 已提交
98
    }
L
123  
linju 已提交
99
}