refactor: 奖品命名去除"纪念章"字样

奖品不一定是纪念章(可能是实物、折扣券、体验券等),
统一改为"XX · 专属奖品"。新增一次性数据清理脚本,
同步改写存量 Prize 与 Redemption 历史快照。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 22:10:38 +08:00
parent f84815611d
commit 3b3878ea5c
3 changed files with 76 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ export default function StampForm({ open, id, onClose, onSaved }: Props) {
<input
value={prizeName}
onChange={(e) => setPrizeName(e.target.value)}
placeholder="如:朝天宫纪念书签"
placeholder="如:品牌 8 折券 / 定制书签"
className={fieldCls}
/>
</Field>