From 801cc68db8ab6be71e1f494cdb3bb3122ae35990 Mon Sep 17 00:00:00 2001 From: HRxiaohu Date: Fri, 4 Aug 2023 13:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(=E5=B4=A9=E6=BA=83=E5=88=86?= =?UTF-8?q?=E6=9E=90):=20'zip=20'=E6=96=87=E4=BB=B6=E8=AF=BB=E5=8F=96?= =?UTF-8?q?=E5=81=9A=E5=A5=BD=E4=BA=86=EF=BC=8C=E4=BD=A0=E5=85=88=E5=88=AB?= =?UTF-8?q?=E6=80=A5=EF=BC=8C=E8=AE=A9=E6=88=91=E5=85=88=E6=80=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- components/analyzer.vue | 90 +- docs/analyzer.md | 2 +- package-lock.json | 5173 +++++++++++++++++++++++++++++++++++++++ package.json | 3 +- 5 files changed, 5254 insertions(+), 17 deletions(-) create mode 100644 package-lock.json diff --git a/.gitignore b/.gitignore index 62ce24d2..a12f08a0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ cache .pnp.loader.mjs .yarn/install-state.gz yarn.lock -.vscode \ No newline at end of file +.vscode +logs \ No newline at end of file diff --git a/components/analyzer.vue b/components/analyzer.vue index c0591167..4c856bb5 100644 --- a/components/analyzer.vue +++ b/components/analyzer.vue @@ -1,28 +1,32 @@ +