From 400952e33b84781fe0c156ceb3a9a300b10da4be Mon Sep 17 00:00:00 2001 From: qaiu <736226400@qq.com> Date: Mon, 31 Jul 2023 22:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-front/public/index.html | 282 ++++++++++++++++++------------------ web-front/src/App.vue | 4 +- web-front/vue.config.js | 8 +- 3 files changed, 144 insertions(+), 150 deletions(-) diff --git a/web-front/public/index.html b/web-front/public/index.html index 8718615..17ee9e9 100644 --- a/web-front/public/index.html +++ b/web-front/public/index.html @@ -1,170 +1,166 @@ - - + - - - Netdisk fast download - - - + 100% { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } + } + - -
-
-
-
-
-

正在加载资源...

+
+
+
+

正在加载资源...

+
- diff --git a/web-front/src/App.vue b/web-front/src/App.vue index 245fba5..76a0b38 100644 --- a/web-front/src/App.vue +++ b/web-front/src/App.vue @@ -9,8 +9,8 @@

NFD网盘直链解析(API演示)

-

项目地址 点我跳转

+

项目GitHub netdisk-fast-download

当前页面修改自开源项目CloudDiskAnalysis

目前支持 已支持蓝奏云/奶牛快传/移动云云空间/UC网盘(暂时失效)/小飞机盘/亿方云/123云盘

diff --git a/web-front/vue.config.js b/web-front/vue.config.js index 14fcbfe..78797b8 100644 --- a/web-front/vue.config.js +++ b/web-front/vue.config.js @@ -1,9 +1,5 @@ -const { defineConfig } = require('@vue/cli-service') + const path = require("path"); -module.exports = defineConfig({ - transpileDependencies: true, - lintOnSave: false -}) function resolve(dir) { return path.join(__dirname, dir) @@ -12,6 +8,8 @@ const CompressionPlugin = require('compression-webpack-plugin'); const FileManagerPlugin = require('filemanager-webpack-plugin') module.exports = { + transpileDependencies: true, + lintOnSave: false, outputDir: 'nfd-front', devServer: { host: '127.0.0.1',