chore: release server-v1.1.10
Design Source Checks / design-source (push) Has been cancelled
Deploy Server / release-deploy-server (push) Successful in 1m0s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o
This commit is contained in:
wangjia
2026-07-07 13:38:54 +08:00
parent 65c672b4ad
commit abe8f8e669
+13
View File
@@ -5,6 +5,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.10] - 2026-07-07
### 新功能
- 库存三态管理:每条库存新增「库存 / 在售 / 已售」状态。商品卖光后不再从
列表消失,而是以「已售」留痕(默认隐藏,点「已售」统计卡查看);出库退单
自动恢复为「库存」。
- 公开店铺酒单改为人工精选:只展示手动挂「在售」的商品。升级后酒单为空,
需在库存详情里将要公开的商品切换为「在售」。
- 店铺分享卡片标题不再带「岩美酒库」尾缀。
### 改进
- 库存统计口径:SKU 总数、在库数量、库存货值不再计入已售留痕,新增已售数。
## [1.1.9] - 2026-07-07
### 改进