fix(panel): remove timestamp (not well defined)

This commit is contained in:
Simon
2026-03-03 20:52:55 +08:00
parent fe792f1ceb
commit 69f2478fd7
3 changed files with 5 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ const enUS = {
close: 'Close',
expand: 'Expand history',
collapse: 'Collapse history',
step: 'Step {{number}} · {{time}}{{duration}}',
step: 'Step {{number}}',
},
tools: {
clicking: 'Clicking element [{{index}}]...',
@@ -63,7 +63,7 @@ const zhCN = {
close: '关闭',
expand: '展开历史',
collapse: '收起历史',
step: '步骤 {{number}} · {{time}}{{duration}}',
step: '步骤 {{number}}',
},
tools: {
clicking: '正在点击元素 [{{index}}]...',