From a35d55b0197e890828f12e9143f1c4b34f939bcf Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Fri, 27 Mar 2026 14:03:26 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=20=E6=91=84=E5=BD=B1=E8=B7=9F?= =?UTF-8?q?=E6=8B=8D=E6=A0=87=E7=AD=BE=E5=AD=97=E5=85=B8=20photography=5Ft?= =?UTF-8?q?ag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-03/27_1300_photography_tag_dict.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 changelogs/2026-03/27_1300_photography_tag_dict.md 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直接返回新数据。