diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 3f136efd42..301bcba3a8 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1427,6 +1427,7 @@ export default { sure_bt: 'Confirm' }, panel: { + edit_leave_tips: 'Do You Want To Abandon And Leave The Current Page?', hyperlinks: 'Hyperlinks', is_live: 'Is Live', yes: 'Yes', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 9ffd87b0d8..88e9e0e780 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -1428,6 +1428,7 @@ export default { sure_bt: '確定' }, panel: { + edit_leave_tips: '是否放弃编辑离开当前界面?', hyperlinks: '超鏈接', is_live: '是否直播', yes: '是', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index e464804e7e..6f669c4609 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -1435,6 +1435,7 @@ export default { sure_bt: '确定' }, panel: { + edit_leave_tips: '是否放弃编辑离开当前界面?', hyperlinks: '超链接', is_live: '是否直播', yes: '是', diff --git a/frontend/src/styles/deicon/demo_index.html b/frontend/src/styles/deicon/demo_index.html index a8e8256837..a6b4659c4c 100644 --- a/frontend/src/styles/deicon/demo_index.html +++ b/frontend/src/styles/deicon/demo_index.html @@ -54,6 +54,12 @@