diff --git a/web/src/lang/en_us.js b/web/src/lang/en_us.js index 7a3624e7..09c3df7a 100644 --- a/web/src/lang/en_us.js +++ b/web/src/lang/en_us.js @@ -94,7 +94,9 @@ export default { fitCanvas: 'Fit canvas', removeImage: 'Remove image', removeHyperlink: 'Remove hyperlink', - removeNote: 'Remove note' + removeNote: 'Remove note', + removeCustomStyles: 'Remove custom styles', + removeAllNodeCustomStyles: 'Remove all node custom styles' }, count: { words: 'Words', diff --git a/web/src/lang/zh_cn.js b/web/src/lang/zh_cn.js index 36adaab2..7896a1e2 100644 --- a/web/src/lang/zh_cn.js +++ b/web/src/lang/zh_cn.js @@ -94,7 +94,9 @@ export default { fitCanvas: '适应画布', removeImage: '移除图片', removeHyperlink: '移除超链接', - removeNote: '移除备注' + removeNote: '移除备注', + removeCustomStyles: '一键去除自定义样式', + removeAllNodeCustomStyles: '一键去除所有节点自定义样式' }, count: { words: '字数', diff --git a/web/src/pages/Edit/components/Contextmenu.vue b/web/src/pages/Edit/components/Contextmenu.vue index c84157a6..3cbf4858 100644 --- a/web/src/pages/Edit/components/Contextmenu.vue +++ b/web/src/pages/Edit/components/Contextmenu.vue @@ -88,6 +88,9 @@