Compare commits

..

2 Commits

Author SHA1 Message Date
wangjia 633dadf84f chore: release client-v1.1.2
Deploy Client / build-client-web (push) Successful in 49s
Deploy Client / build-windows (push) Successful in 3m45s
Deploy Client / build-macos (push) Successful in 2m43s
Deploy Client / build-android (push) Successful in 1m38s
Deploy Client / build-ios (push) Successful in 3m12s
Deploy Client / release-deploy-client (push) Successful in 1m31s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o
2026-07-03 22:42:55 +08:00
wangjia fdab62b3bb chore: release site-v1.1.2
Deploy Site / release-deploy-site (push) Successful in 25s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o
2026-07-03 22:42:55 +08:00
2 changed files with 21 additions and 0 deletions
+8
View File
@@ -5,6 +5,14 @@ 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.1.2] - 2026-07-03
### 新功能
- 系统设置 → 授权管理新增「在线购买 / 续费」:管理员可直接跳转支付宝付款,
支付成功后自动到账续期(时长在现有到期时间上叠加)。
- 购买弹窗新增「🔥 首月特惠 ¥1」套餐(新店专享,30 天标准版全部功能,每店限购一次),
已享受过的门店自动置灰。
## [1.1.1] - 2026-07-03
### 新功能
+13
View File
@@ -6,6 +6,19 @@
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.1.2] - 2026-07-03
### 新功能
- 首页价格区与订单页新增「🔥 首月特惠 ¥1」套餐(新店专享,30 天标准版全部功能,
每店限购一次);已享受过的门店入口自动置灰。
- 导航「进入系统」按钮改为下拉菜单:个人信息 / 进入系统 / 退出登录。
- 新增「个人信息」页:查看账号、门店与授权状态(含到期时间、设备数),可直达购买/续费。
- 新增「退出登录」页:安全撤销会话并清除本机登录状态。
### 改进
- 网页端登录后默认进入「个人信息」页,不再直接跳转进销存系统。
- 帮助文档补充在线购买/续费说明。
## [1.1.1] - 2026-07-03
### 修复