Files
zyt/TongjiUniApp/README.md
T
2026-08-11 17:39:41 +08:00

34 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TongjiUniApp
`TUICallKit-Vue3` 抽出的独立 uni-app,保留血糖管理与「我的」相关能力。
## 包含功能
| 模块 | 说明 |
|------|------|
| 血糖管理 | `tongji/pages/weekly`(首页) |
| 日常护理 | `tongji/pages/more` |
| 血糖记录 | `tongji/pages/index` |
| 识糖小课堂 | `tongji/endless-game` |
| 我的 | 个人资料、就诊卡 |
| 居家耗糖训练 | `training` 分包(哑铃/脚蹬/瑜伽环/握力环/节拍器) |
底部导航:血糖 · 我的(已去掉原首页/视频问诊)。
## 开发
```bash
npm install
npm run dev:mp-weixin # 微信小程序 → dist/dev/mp-weixin
npm run build:mp-weixin
npm run dev:h5
```
- API`main.js``https://admin.zhenyangtang.com.cn/`
- 微信语音插件 WechatSI 已配置(`manifest.json` / `pages.json`
- 微信小程序 appid 沿用原工程:`wx79b9a0bfbfe7cbcd`(可在 `manifest.json` 修改)
## 说明
未移植:视频问诊(TUICallKit)、医生站、订单支付等。就诊卡未登录时回跳血糖首页,由 App 静默 `mnpLogin` 完成鉴权。