diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b0284..cc6299b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.0.26] - 2026-06-08 + +### 新功能 +- 公开商品 API 新增商品编码、条码、当前库存数量字段,供扫码页及第三方集成使用 +- 公开页「商品报错」「意见反馈」提交时自动携带门店编号和商品信息,方便运营追踪 + +### 修复 +- 注册页 API 地址改为配置文件驱动,支持分离部署场景(不再依赖 window.location.origin) +- 注册成功提示的客户端导航路径由「系统设置 → 关于」修正为「系统设置」 +- 公开页页脚「关于岩美」链接改为配置项,不再硬编码 + ## [1.0.25] - 2026-06-08 ### 新功能