chore: export action for benchmark item

This commit is contained in:
jialin
2026-02-02 15:58:01 +08:00
parent 4a71387098
commit b7dfb0af0b
6 changed files with 68 additions and 53 deletions
@@ -30,6 +30,13 @@ const actionList = [
],
icon: <IconFont type="icon-logs" />
},
{
key: 'export',
label: 'common.button.export',
icon: (
<IconFont type="icon-export" style={{ lineHeight: 1, fontSize: 16 }} />
)
},
{
label: 'common.button.downloadLog',
key: 'download',