This commit is contained in:
2026-03-31 16:38:09 +08:00
parent 5b6fc72e39
commit 8ce5f14781
2 changed files with 30 additions and 0 deletions

View File

@@ -4,6 +4,36 @@
# 版本更新说明
## v1.0.1
更新时间2026年3月31日
**Update**
1、更新app用户端的接口请求视图为`ClientViews.client_blueprint`,改为传参区分,校验装饰器更新字段名称。将在下一个版本,废弃单独客户端接口~~`HarmonyViews.harmony_blueprint`~~。
参数类型说明:
`client_type`
```json
'HARMONY': 'HarmonyOS',
'IOS': 'iOS',
'ANDROID': 'Android',
'MINI_PROGRAM': '微信小程序',
'DESKTOP': '桌面端'
```
2、修改管理员端的App管理“版本管理”方式为通用模板传递参数。
通用模板:`templates/dashboard/client/version.html`
**Added**
1、新增小程序端app_key
<img src="./images/snapshot1.png" alt="image-20260331163658835" style="zoom:50%;" />
## v1.0.0
更新时间2026年3月30日