chore: release client-v1.2.0
Design Source Checks / design-source (push) Successful in 20s
Deploy Client / build-client-web (push) Successful in 54s
Deploy Client / build-windows (push) Successful in 2m8s
Deploy Client / build-macos (push) Successful in 2m41s
Deploy Client / build-android (push) Waiting to run
Deploy Client / build-ios (push) Blocked by required conditions
Deploy Client / release-deploy-client (push) Blocked by required conditions

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-05 01:08:59 +08:00
parent c49ee3b1df
commit 533f36da00
+25
View File
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0] - 2026-07-05
### 新功能
- 手机端全面改版:底部「库存 / 入库 / 出库 / 财务 / 我的」五个标签页替代抽屉菜单,
「我的」汇总往来、基础数据、盘点、用户、授权、设备、设置、关于等入口。
- 手机端所有列表按移动风格重排:指标卡可点击筛选,卡片流带状态图标徽章,
详情、筛选、表单全部改为底部弹层,单手操作更顺。
- 手机端横滑手势:首页左右滑切换标签页(带滑动动画),二级页面右滑返回,
弹层打开时右滑关闭弹层。
- 所有列表支持下拉刷新。
- 库存商品编辑抽屉新增「打印标签」按钮,与入库管理打印标签一致。
- 从 App 内点击官网链接(如查看套餐价格)自动免登录,无需再输一遍账号密码。
- 手机购买套餐直接拉起支付宝 App 付款,不再停留在扫码页。
### 改进
- 日期选择全面统一:点开为扁平下拉面板(不再弹窗冻结页面),支持直接键入日期,
也可三列滚轮选择;日期范围为起止双窗格并排,输入与滚轮双向联动。
- 抽屉内点击操作按钮后原地刷新,不再自动收起抽屉;仅点击抽屉外区域才关闭。
- 在线购买完成后套餐页默认停在「高级版·年付」。
- 关于页「检查更新」按钮与反馈按钮同规格对齐。
### 修复
- 手机端通知铃菜单不再悬空漂移,紧贴顶栏弹出。
- 本地测试构建的版本号显示不正确(含 iOS),并会误弹更新提示。
## [1.1.3] - 2026-07-04
### 新功能