feat(push): add OPPO and vivo push plugins, bump JPush to 6.1.0
Some checks failed
Frontend CI / ota (ios) (push) Successful in 1m56s
Frontend CI / ota (android) (push) Successful in 2m49s
Frontend CI / build-and-push-web (push) Successful in 3m9s
Frontend CI / build-android-apk (push) Failing after 15m8s

- Add withOppoPush.js and withVivoPush.js config plugins
- Register new plugins in app.json
- Bump JPush version from 5.8.0 to 6.1.0 in Honor/Huawei/Xiaomi plugins
This commit is contained in:
lafay
2026-06-18 12:46:34 +08:00
parent a921aacefd
commit 0e79dbf655
6 changed files with 290 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ const path = require('path');
// 没有这个问题。
const withHonorPush = (config, options = {}) => {
const {
jpushVersion = '5.8.0',
jpushVersion = '6.1.0',
appId = '104562917',
} = options;