移动端集成微软的热更新模块
集成微软热更新插件
yarn duxapp app add codepush
配置 index.js 的 option.codepush, 分别为安卓端和ios端的热更新 key
index.js
option.codepush
{ androidKey: '', iosKey: '', }