diff --git a/index.html b/index.html index f96f3ce..7a33cfd 100644 --- a/index.html +++ b/index.html @@ -881,6 +881,7 @@ const SITE_MAP = [ {label:'会员中心', file:'me-vip.html'}, {label:'消息中心', file:'me-messages.html'}, {label:'操作日志', file:'me-logs.html'}, + {label:'意见反馈', file:'me-feedback.html'}, {label:'设置', file:'me-settings.html'}, {label:'账户管理', file:'me-account.html'}, {label:'扫码溯源', file:'trace-query.html'}, diff --git a/other-module/mini-program/nutrition/doc/CHANGELOG.md b/other-module/mini-program/nutrition/doc/CHANGELOG.md index 152db47..10afccc 100644 --- a/other-module/mini-program/nutrition/doc/CHANGELOG.md +++ b/other-module/mini-program/nutrition/doc/CHANGELOG.md @@ -1,5 +1,14 @@ # 营养管理小程序 CHANGELOG +## [1.4.0] - 2026-08-27 + +### 变更 + +**我模块** +- `me-feedback.html` — 新增意见反馈页:反馈类型单选 chips(功能异常/产品建议/内容错误/其他)、内容描述(限 500 字含计数)、截图上传九宫格(上限 3 张可增删)、选填联系方式、提交校验与 Toast 反馈;「我的反馈」历史列表含三态状态徽标(已提交/处理中/已回复),点击展开完整内容与官方回复,提交成功后新反馈 prepend 至列表顶部并重置表单 +- `me-home.html` — 个人中心菜单插入「📮 意见反馈」入口,位于操作日志与设置之间(菜单 9→10 项) +- `index.html` — SITE_MAP 同步新增「意见反馈」条目(小程序模块页数 +1) + ## [1.3.0] - 2026-06-22 ### 变更 diff --git a/other-module/mini-program/nutrition/me-feedback.html b/other-module/mini-program/nutrition/me-feedback.html new file mode 100644 index 0000000..3a0c729 --- /dev/null +++ b/other-module/mini-program/nutrition/me-feedback.html @@ -0,0 +1,303 @@ + + +
+ + +