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 @@ - - +
- - -项目地址 点我跳转
+项目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',