- drop {分类要求}, {差异化要求}, {分类序号}, {分类总数} placeholders
and the 商品ID line from the default template
- rename {套图分类} to {套图名称}, add {补充描述} (populated for
白底图/场景图/卖点图, empty for custom categories)
- remove the now-purposeless 预览第 X 张 stepper; v1 no longer does
per-image differentiation for same-category multiples
- placeholders 17 -> 14, required 12 -> 9; {商品ID}/{主参考图序号}
become optional insertable variables
- sync mockup SVG and README
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- restore-default validates built-in template before atomic write;
invalid bundled template errors out without touching user template
- {差异化要求} must occupy its own line, enforced by validation, so
empty rendering can delete the whole line without inline residue
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- promote {套图分类} to required placeholder
- forbid literal braces in v1 instead of escape rules
- restore-default only refills editor; disk write goes through save
- pin preview index placeholder values
- degrade differentiation text and collapse blank lines when count is 1
- add pure-logic-first implementation order note
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>