You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.9 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"name": "GoEasy消息推送v1.5.2",
"id": "goeasy-notification-uniapp",
"version": "1.5.2",
"description": "GoEasy消息推送厂商通道集成, 参数顺序乱七八糟GoEasy也很无奈因为Uniapp插件的参数是无序的",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {
"android": {
"plugins": [{
"type": "module",
"name": "GoEasy-Uniapp",
"class": "io.goeasy.uniapp.UniappPlugin"
}],
"hooksClass": "io.goeasy.uniapp.UniappPlugin",
"integrateType": "aar",
"compileOptions": {
"sourceCompatibility": "1.8",
"targetCompatibility": "1.8"
},
"minSdkVersion": "19",
"useAndroidX": true,
"parameters": {
"OPPO appid": {
"key": "io.goeasy.oppo.app_id",
"value": "_${OPPO appid}"
},
"OPPO appkey": {
"key": "io.goeasy.oppo.app_key"
},
"OPPO appsecret": {
"key": "io.goeasy.oppo.app_secret"
},
"HuaWei APP ID": {
"key": "com.huawei.hms.client.appid"
},
"VIVO AppID": {
"key": "com.vivo.push.app_id"
},
"VIVO AppKey": {
"key": "com.vivo.push.api_key"
},
"XIAOMI AppID": {
"key": "io.goeasy.xiaomi.app_id",
"value": "_${XIAOMI AppID}"
},
"XIAOMI AppKey": {
"key": "io.goeasy.xiaomi.app_key",
"value": "_${XIAOMI AppKey}"
},
"MEIZU App ID": {
"key": "io.goeasy.meizu.app_id",
"value": "_${MEIZU App ID}"
},
"MEIZU App Key": {
"key": "io.goeasy.meizu.app_key"
},
"FCM Project ID": {
"key": "io.goeasy.fcm.project_id"
},
"FCM App ID": {
"key": "io.goeasy.fcm.app_id"
},
"FCM current_key": {
"key": "io.goeasy.fcm.current_key"
}
}
},
"ios": {
"plugins": [{
"type": "module",
"name": "GoEasy-Uniapp",
"class": "UniappModule"
}],
"hooksClass": "UniappProxy",
"integrateType": "framework",
"deploymentTarget": "11.0"
}
}
}