From b32a8b5a853a23df891d8808c8702e4c51157c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Thu, 25 Jul 2024 16:41:21 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E5=9F=BA=E7=A1=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=87=8C=E5=A2=9E=E5=8A=A0=E5=BC=80=E5=90=AF=E6=80=A7?= =?UTF-8?q?=E8=83=BD=E6=A8=A1=E5=BC=8F=E7=9A=84=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/lang/en_us.js | 3 ++- web/src/lang/zh_cn.js | 1 + web/src/pages/Edit/components/BaseStyle.vue | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/web/src/lang/en_us.js b/web/src/lang/en_us.js index 1ee51a2b..4612cd57 100644 --- a/web/src/lang/en_us.js +++ b/web/src/lang/en_us.js @@ -26,7 +26,8 @@ export default { nodeBorderType: 'Node border style', nodeUseLineStyle: 'Use only has bottom border style', otherConfig: 'Other config', - enableFreeDrag: 'Enable node free drag', + enableFreeDrag: 'Enable node free drag(Beta)', + openPerformance: 'Enable performance mode', watermark: 'Watermark', showWatermark: 'Is show watermark', onlyExport: 'Only export', diff --git a/web/src/lang/zh_cn.js b/web/src/lang/zh_cn.js index 4c8b26ca..24204b4f 100644 --- a/web/src/lang/zh_cn.js +++ b/web/src/lang/zh_cn.js @@ -27,6 +27,7 @@ export default { nodeUseLineStyle: '是否使用只有底边框的风格', otherConfig: '其他配置', enableFreeDrag: '是否开启节点自由拖拽', + openPerformance: '开启性能模式(Beta)', watermark: '水印', showWatermark: '是否显示水印', watermarkDefaultText: '水印文字', diff --git a/web/src/pages/Edit/components/BaseStyle.vue b/web/src/pages/Edit/components/BaseStyle.vue index bad63318..d198a378 100644 --- a/web/src/pages/Edit/components/BaseStyle.vue +++ b/web/src/pages/Edit/components/BaseStyle.vue @@ -845,6 +845,20 @@