diff --git a/changelogs/2026-03/27_1300_photography_tag_dict.md b/changelogs/2026-03/27_1300_photography_tag_dict.md new file mode 100644 index 0000000..f72f00d --- /dev/null +++ b/changelogs/2026-03/27_1300_photography_tag_dict.md @@ -0,0 +1,26 @@ +# 2026-03-27 摄影跟拍标签字典 + +## 新增字典 + +**字典类型**:`photography_tag`(摄影跟拍标签) + +前端在"摄影跟拍"模块的标签选择中使用此字典渲染下拉,与安全保障的分类下拉用法一致。 + +### 字典数据 + +| dict_value | dict_label | +|------------|------------| +| full_follow | 全程跟拍 | +| retouched | 精修底片 | +| drone | 航拍 | +| family_portrait | 亲子写真 | +| travel_mv | 旅拍MV | +| instant_share | 即时分享 | +| ethnic_costume | 民族服饰 | +| starry_sky | 星空摄影 | + +## 前端对接 + +摄影标签改为从字典 `photography_tag` 选择,不再自由输入。 + +无需重启服务,字典API直接返回新数据。