manifest.json 5.1 KB
Newer Older
DCloud_JSON's avatar
DCloud_JSON 已提交
1
{
DCloud_JSON's avatar
DCloud_JSON 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
    "name" : "uni-starter",
    "appid" : "__UNI__03B096E",
    "description" : "云端一体应用快速开发模版",
    "versionName" : "1.0.0",
    "versionCode" : "100",
    "transformPx" : false,
    "app-plus" : {
        "privacy" : {
            "prompt" : "template",
            "template" : {
                "title" : "服务协议和隐私政策",
                "message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://ask.dcloud.net.cn/protocol.html\">《服务协议》</a>和<a href=\"https://ask.dcloud.net.cn/protocol.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
                "buttonAccept" : "同意",
                "buttonRefuse" : "暂不同意"
            }
        },
        "compatible" : {
            "ignoreVersion" : true
DCloud_JSON's avatar
DCloud_JSON 已提交
20
        },
DCloud_JSON's avatar
DCloud_JSON 已提交
21 22 23 24 25 26 27 28
        "usingComponents" : true,
        "nvueStyleCompiler" : "uni-app",
        "compilerVersion" : 3,
        "splashscreen" : {
            "alwaysShowBeforeRender" : true,
            "waiting" : true,
            "autoclose" : true,
            "delay" : 0
DCloud_JSON's avatar
DCloud_JSON 已提交
29
        },
DCloud_JSON's avatar
DCloud_JSON 已提交
30 31 32 33 34 35
        "modules" : {
            "Fingerprint" : {},
            "Share" : {},
            "OAuth" : {},
            "FaceID" : {},
            "Push" : {}
DCloud_JSON's avatar
DCloud_JSON 已提交
36
        },
DCloud_JSON's avatar
DCloud_JSON 已提交
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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
        "distribute" : {
            "android" : {
                "permissions" : [
                    "<uses-feature android:name=\"android.hardware.camera\"/>",
                    "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
                    "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
                    "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
                    "<uses-permission android:name=\"android.permission.CAMERA\"/>",
                    "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
                    "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
                    "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
                    "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
                    "<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.USE_FINGERPRINT\"/>",
                    "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
                    "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                ],
                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
            },
            "ios" : {
                "capabilities" : {
                    "entitlements" : {
                        "com.apple.developer.associated-domains" : [ "applinks:static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com" ]
                    }
                }
            },
            "sdkConfigs" : {
                "oauth" : {
                    "apple" : {},
                    "weixin" : {
                        "appid" : "wxffdd8fa6ec4ef2a0",
                        "appsecret" : "",
                        "UniversalLinks" : "https://static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com/uni-universallinks/__UNI__03B096E"
                    },
                    "univerify" : {}
                },
                "ad" : {},
                "share" : {
                    "weixin" : {
                        "appid" : "wxffdd8fa6ec4ef2a0",
                        "UniversalLinks" : "https://static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com/uni-universallinks/__UNI__03B096E"
                    }
                },
                "geolocation" : {},
                "push" : {
                    "unipush" : {}
                },
                "payment" : {}
            }
DCloud_JSON's avatar
DCloud_JSON 已提交
90
        },
DCloud_JSON's avatar
DCloud_JSON 已提交
91 92 93 94 95 96 97 98
        "nvueLaunchMode" : ""
    },
    "quickapp" : {},
    "mp-weixin" : {
        "appid" : "wx81dbb061d2258234",
        "setting" : {
            "urlCheck" : false,
            "es6" : false
99
        },
DCloud_JSON's avatar
DCloud_JSON 已提交
100 101 102 103 104 105 106 107 108 109 110 111 112 113
        "usingComponents" : true,
        "betterScopedSlots" : true
    },
    "mp-alipay" : {
        "usingComponents" : true
    },
    "mp-baidu" : {
        "usingComponents" : true
    },
    "mp-toutiao" : {
        "usingComponents" : true
    },
    "uniStatistics" : {
        "enable" : false
DCloud_JSON's avatar
DCloud_JSON 已提交
114
    },
DCloud_JSON's avatar
DCloud_JSON 已提交
115 116
    "h5" : {
        "template" : ""
117
    },
DCloud_JSON's avatar
DCloud_JSON 已提交
118
    "_spaceID" : "76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e",
A
Admin 已提交
119
    "vueVersion" : "2"
DCloud_JSON's avatar
DCloud_JSON 已提交
120
}