- AppListView: 添加租户模糊搜索筛选,显示租户名称 - AppDetailView: 功能服务表去掉平台列,按服务类型展示 - ops.ts: listApps 支持 tenantId 参数,AppItem 添加 tenantName - 新增 Flutter/H5/小程序 setup.md 和 im.md 文档 - config.ts: sidebar 添加 Flutter/H5/小程序子页面 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
689 B
689 B
微信小程序安装配置
包名:xuqm-group-wechat-mini-program-sdk · 版本:0.1.0
npm 安装
在项目根目录创建 .npmrc:
registry=https://nexus.xuqinmin.com/repository/npm/
然后安装:
npm install xuqm-group-wechat-mini-program-sdk
或在微信开发者工具中:
- 打开「工具」→「构建 npm」
- 在小程序
package.json中添加上述依赖
初始化
import { XuqmMiniProgramSDK } from 'xuqm-group-wechat-mini-program-sdk'
const sdk = new XuqmMiniProgramSDK()
sdk.init({
appKey: 'your_app_key',
debug: true, // 可选
})