更新记录
v1.0.0(2023-11-06)
1、项目版本更新
平台兼容性
云端兼容性
阿里云 | 腾讯云 | 支付宝云 |
---|---|---|
√ | × | × |
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | - | - | - | √ | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
√ | - | - | - | - | - | - | - | - | - | - |
云函数类插件通用教程
使用云函数类插件的前提是:使用HBuilderX 2.9+
Welcome to recruit-wx 👋
uniapp+unicloud+colorui+uview招聘小程序,开箱即用,包含招聘者和应聘者角色
Prerequisites
- npm >=5.5.0
- node >=9.3.0
configuration
1.导入HBuilder X,右键uniCloud-aliyun --> 云服务空间初始化向导
2.配置:uniCloud-aliyun\cloudfunctions\common\wx-common\index.js
const appId = "自己的小程序appid" //微信小程序
const appSecret = "自己的小程序appSecret" //微信小程序
const h5AppId = "自己的公众号h5AppId" //微信公众号
const h5AppSecret = "自己的公众号h5AppSecret" //微信公众号
Show Pages















