taro官方是提供了小程序集成插件的@tarojs/plugin-mini-ci ,且支持配置。
例如
const CIPluginOpt = {
weapp: {
appid: '微信小程序appid',
privateKeyPath: '密钥文件相对项目根目录的相对路径,例如 key/private.appid.key',
},
}
当你需要同时发布多个微信小程序时(马甲包),就需要修改这里,重新构建发布。
taro官方是提供了小程序集成插件的@tarojs/plugin-mini-ci ,且支持配置。
例如
const CIPluginOpt = {
weapp: {
appid: '微信小程序appid',
privateKeyPath: '密钥文件相对项目根目录的相对路径,例如 key/private.appid.key',
},
}
当你需要同时发布多个微信小程序时(马甲包),就需要修改这里,重新构建发布。