From 419adbcbe30328abd4bb7eda5ec41a0f4a686371 Mon Sep 17 00:00:00 2001 From: quantulr <35954003+quantulr@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:38:06 +0800 Subject: [PATCH] update --- package.json | 1 + public/index.html | 5 + src/App.vue | 32 +- src/components/CameraItem.vue | 691 ++++++++++++++++++++-------------- src/components/CameraList.vue | 179 +++++---- src/main.js | 4 +- vue.config.js | 1 + yarn.lock | 45 +++ 8 files changed, 562 insertions(+), 396 deletions(-) diff --git a/package.json b/package.json index 15d0c35..ba3b596 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "axios": "^1.1.3", "core-js": "^3.8.3", "flv.js": "^1.6.2", + "jszip": "^3.10.1", "lodash-es": "^4.17.21", "modern-normalize": "^1.1.0", "pinia": "^2.0.33", diff --git a/public/index.html b/public/index.html index ebe4abd..968f317 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,11 @@ + + + diff --git a/src/App.vue b/src/App.vue index c7307d5..4db4855 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@