feat(web): support decoding zstd-compressed logs via fzstd in frontend

This commit is contained in:
duorameng
2026-07-09 20:30:41 +08:00
parent 9cc5ff6642
commit 516a91acc2
4 changed files with 31 additions and 1 deletions
+7
View File
@@ -24,6 +24,7 @@
"clsx": "^2.1.1",
"cronstrue": "^3.14.0",
"date-fns": "^4.1.0",
"fzstd": "^0.1.1",
"lucide-react": "^0.562.0",
"lucide-vue-next": "^0.562.0",
"monaco-editor": "^0.52.0",
@@ -4573,6 +4574,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/fzstd": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/fzstd/-/fzstd-0.1.1.tgz",
"integrity": "sha512-dkuVSOKKwh3eas5VkJy1AW1vFpet8TA/fGmVA5krThl8YcOVE/8ZIoEA1+U1vEn5ckxxhLirSdY837azmbaNHA==",
"license": "MIT"
},
"node_modules/generator-function": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",