From 99f7027760080dee2a8440e4284d78685db58bf5 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 16 Nov 2023 16:10:35 +0800 Subject: [PATCH 01/21] =?UTF-8?q?feat:=20=E7=BC=96=E8=BE=91=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E8=BE=93=E5=85=A5=E6=A1=86=E5=A2=9E=E5=8A=A0placehold?= =?UTF-8?q?er=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/zh-CN.ts | 1 + .../editor/editor-style/components/TitleSelector.vue | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index f9e2b9c626..56060dafd4 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -952,6 +952,7 @@ export default { field_can_not_empty: '字段不能为空', conditions_can_not_empty: '字段的条件不能为空,若无条件,请直接删除该字段', remark: '备注', + remark_placeholder: '备注限制50个字符', remark_show: '显示备注', remark_edit: '编辑备注', remark_bg_color: '背景填充', diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue index feea8b5fc1..dbefb8cb04 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue @@ -358,7 +358,14 @@ watch( >
- +