refactor: 修改指标卡事件提示

This commit is contained in:
wangjiahao
2025-04-08 14:54:37 +08:00
committed by 王嘉豪
parent bf3fa3ea64
commit e7487ebcc9
3 changed files with 3 additions and 3 deletions

View File

@@ -3085,7 +3085,7 @@ export default {
board_radius: 'Border Radius',
enable_event_binding: 'Enable Event Binding',
event_binding_tips:
'Event binding will take effect after exiting edit mode. If rich text has event binding enabled, internal click events will be disabled',
'Event bindings will take effect after exiting edit mode. When rich text or metric cards have event binding enabled, their internal click events will be disabled.',
input_url_tips: 'Please enter the redirect URL',
edit_title: 'Edit Title',
custom_sort: 'Custom Sort',

View File

@@ -3000,7 +3000,7 @@ export default {
board_width: '線寬',
board_radius: '圓角',
enable_event_binding: '開啟事件綁定',
event_binding_tips: '事件綁定需退出編輯模式後生效,富文開啟綁定事件則內部點擊事件失效',
event_binding_tips: '事件綁定需退出編輯模式後生效富文字、指標卡開啟綁定事件則內部點擊事件失效',
input_url_tips: '請輸入跳轉地址',
edit_title: '編輯標題',
custom_sort: '自定義排序',

View File

@@ -3007,7 +3007,7 @@ export default {
board_width: '线宽',
board_radius: '圆角',
enable_event_binding: '开启事件绑定',
event_binding_tips: '事件绑定需退出编辑模式后生效,富文本开启绑定事件则内部点击事件失效',
event_binding_tips: '事件绑定需退出编辑模式后生效,富文本、指标卡开启绑定事件则内部点击事件失效',
input_url_tips: '请输入跳转地址',
edit_title: '编辑标题',
custom_sort: '自定义排序',