情侣模板管理后台
第一版只管理模板。左侧 JSON 直接对应服务端模板结构,支持新建和更新。
保存模板
刷新列表
{ "id": "03_love_license", "name": "恋爱证件照", "category": "official", "description": "照片位明显,仪式感更强,适合互相保存。", "tags": ["热门", "证件"], "thumbnail": "https://cdn.example.com/templates/preview/03_love_license_preview.png", "preview": "https://cdn.example.com/templates/preview/03_love_license_preview.png", "photos": [ { "key": "myPhoto", "label": "我的照片", "helper": "上传正脸或半身照" }, { "key": "partnerPhoto", "label": "TA 的照片", "helper": "上传正脸或半身照" } ], "fields": [ { "key": "myName", "type": "text", "label": "我的昵称", "placeholder": "陆同学", "required": true, "maxLength": 12 }, { "key": "partnerName", "type": "text", "label": "TA 的昵称", "placeholder": "杨小猫", "required": true, "maxLength": 12 }, { "key": "anniversaryDate", "type": "date", "label": "纪念日", "placeholder": "2022-08-14", "required": false, "helper": "用于自动计算恋爱天数" } ] }
模板列表
ID
名称
分类
更新时间
操作