feat: add functionality to copy selected raw JSON in JsonViewer and update related state management

This commit is contained in:
2026-02-24 10:58:54 +08:00
parent 6953c7a595
commit a195299e91
3 changed files with 26 additions and 4 deletions
@@ -73,6 +73,7 @@
"visualisedResult": "Visualised Result",
"matches": "matches",
"copied": "Copied!",
"copyRawJson": "Copy selected JSON",
"copyAsCsv": "Copy as CSV",
"error": "Error:"
},
@@ -73,6 +73,7 @@
"visualisedResult": "可视化结果",
"matches": "个匹配",
"copied": "已复制!",
"copyRawJson": "复制选中 JSON",
"copyAsCsv": "复制为 CSV",
"error": "错误:"
},