From 6e4010a35bb38d4d3b56e393b09dd4a4d81931c5 Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Thu, 9 Feb 2023 16:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=BF=9B=E5=85=A5=E8=BF=87?= =?UTF-8?q?=E6=B8=A1=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- package.json | 3 +- public/index.html | 35 +- src/App.vue | 6 +- src/api/downloadVideo.js | 13 + src/api/myPage.js | 12 + src/components/common/head.vue | 8 +- src/components/home/home.vue | 12 +- src/main.js | 4 +- src/utils/request.js | 16 +- src/views/login/login.vue | 11 +- src/views/model/chooseModel.vue | 222 +++++++------ src/views/model/downloadVideo.vue | 185 +++++++---- src/views/model/generateVideo.vue | 526 +++++++++++++++--------------- src/views/model/getPaper.vue | 154 +++++---- src/views/myPage/myPage.vue | 43 ++- vue.config.js | 30 +- yarn.lock | 25 -- 18 files changed, 721 insertions(+), 587 deletions(-) create mode 100644 src/api/downloadVideo.js diff --git a/.gitignore b/.gitignore index 967a032..972ccc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .DS_Store node_modules -/dist - +dist # local env files .env.local diff --git a/package.json b/package.json index 15386bd..4247da5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "@vue/cli-plugin-vuex": "~4.5.13", "@vue/cli-service": "~4.5.13", "node-sass": "^4.14.1", - "uglifyjs-webpack-plugin": "^2.2.0", "vue-template-compiler": "^2.6.11" } -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 7957fb7..a7943ac 100644 --- a/public/index.html +++ b/public/index.html @@ -1,18 +1,21 @@ - - - - - - - <%= htmlWebpackPlugin.options.title %> - - - -
- - - + + + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + + +
+ + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index ca80125..752b972 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,6 @@ @@ -18,6 +16,7 @@ export default { return {}; }, }; +// "uglifyjs-webpack-plugin": "^2.2.0", diff --git a/src/views/model/downloadVideo.vue b/src/views/model/downloadVideo.vue index dd6ae94..092963a 100644 --- a/src/views/model/downloadVideo.vue +++ b/src/views/model/downloadVideo.vue @@ -1,22 +1,24 @@ @@ -24,10 +26,12 @@ diff --git a/src/views/model/getPaper.vue b/src/views/model/getPaper.vue index 7e0860a..77ed896 100644 --- a/src/views/model/getPaper.vue +++ b/src/views/model/getPaper.vue @@ -1,5 +1,5 @@