Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c15ffc7d32 | |||
| 633dadf84f |
@@ -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/),
|
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).
|
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
|
## [1.1.1] - 2026-07-03
|
||||||
|
|
||||||
### 新功能
|
### 新功能
|
||||||
|
|||||||
@@ -6,6 +6,11 @@
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.1.3] - 2026-07-03
|
||||||
|
|
||||||
|
### 改进
|
||||||
|
- 页脚展示 ICP 备案号(京ICP备2026039814号),链接工信部备案查询。
|
||||||
|
|
||||||
## [1.1.2] - 2026-07-03
|
## [1.1.2] - 2026-07-03
|
||||||
|
|
||||||
### 新功能
|
### 新功能
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "岩美酒库管理系统",
|
"name": "岩美酒库管理系统",
|
||||||
"tagline": "为酒行与酒店设计的库存管理平台",
|
"tagline": "为酒行与酒店设计的库存管理平台",
|
||||||
"copyright": "© 2026 岩美科技 · 保留所有权利",
|
"copyright": "© 2026 岩美科技 · 保留所有权利",
|
||||||
"icp": "",
|
"icp": "京ICP备2026039814号",
|
||||||
"support": {
|
"support": {
|
||||||
"email": "yammy2023@163.com",
|
"email": "yammy2023@163.com",
|
||||||
"wechat": ""
|
"wechat": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user