feat: 批量充值抽离独立页面 + 餐品档案定价区改造 + 账户交互优化

- din-user-recharge.html 新增(从 din-user-mgmt.html 弹窗抽离,含筛选/候选表/配置区/汇总栏)
- din-user-mgmt.html 清理批量充值弹窗 CSS/JS/HTML,「批量充值」按钮改为跳转
- din-dish-add/all/own.html 定价区改造 + 成本核算按钮修复 + 营养指标精简
- din-user-account.html 支付方式精简为微信/现金/支付宝
- me-account.html 姓名行增加可编辑态
- index.html SITE_MAP 新增「批量充值」入口
- CHANGELOG 同步记录

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fengpu
2026-08-04 14:35:26 +08:00
co-authored by Claude Opus 4.7
parent 459cd40de2
commit 6a505f2d84
9 changed files with 1796 additions and 496 deletions
@@ -117,7 +117,10 @@
</div>
<!-- 信息列表 -->
<div class="info-group">
<div class="info-row"><span class="info-label">姓名</span><span class="info-value">张三</span></div>
<div class="info-row editable" onclick="alert('【交互注释】打开姓名修改弹窗')">
<span class="info-label">姓名</span>
<span class="info-value">张三<i class="edit-icon">✏️</i></span>
</div>
<div class="info-row editable" onclick="alert('【交互注释】打开手机号修改弹窗')">
<span class="info-label">手机号</span>
<span class="info-value">138****6789<i class="edit-icon">✏️</i></span>