feat(web): workflow support undo/redo

This commit is contained in:
zhaoying
2026-04-20 16:08:26 +08:00
parent e7a400bb96
commit 10a91ec5cb
5 changed files with 67 additions and 9 deletions

View File

@@ -2508,6 +2508,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
arrange: 'Arrange',
redo: 'Redo',
undo: 'Undo',
fit: 'Fit View',
input: 'Input',
output: 'Output',

View File

@@ -2472,6 +2472,7 @@ export const zh = {
arrange: '整理',
redo: '重做',
undo: '撤销',
fit: '自适应',
input: '输入',
output: '输出',