web-front add yarn.lock

This commit is contained in:
qaiu
2024-09-19 05:22:55 +00:00
parent f004512903
commit cca3d6b8b9
3 changed files with 6784 additions and 12 deletions

View File

@@ -7,11 +7,12 @@
<el-avatar :size="150" :src="avatar"></el-avatar> <el-avatar :size="150" :src="avatar"></el-avatar>
</div> </div>
</div> </div>
<h3 style="text-align: center;">NFD网盘直链解析(API演示)</h3> <h3 style="text-align: center;">NFD网盘直链解析0.1.8_bate(API演示)</h3>
<div class="typo"> <div class="typo">
<p><strong>项目GitHub </strong><a href="https://github.com/qaiu/netdisk-fast-download" target="_blank" <p><strong>项目GitHub </strong><a href="https://github.com/qaiu/netdisk-fast-download" target="_blank"
rel="nofollow"><u>netdisk-fast-download</u></a></p> rel="nofollow"><u>netdisk-fast-download</u></a></p>
<p><strong>目前支持 </strong>蓝奏云/蓝奏云优享/小飞机盘/123云盘/奶牛快传/移动云云空间/亿方云/文叔叔/QQ邮箱文件中转站</p> <p><strong>目前支持 </strong>蓝奏云/蓝奏云优享/小飞机盘/123云盘/奶牛快传/移动云云空间/亿方云/文叔叔/QQ邮箱文件中转站</p>
<p>已加入缓存机制, 如果遇到解析出的下载链接失效的情况请及时到项目GitHub反馈</p>
<p> <p>
<el-button><strong @click="getInfo">刷新API调用统计</strong></el-button> <el-button><strong @click="getInfo">刷新API调用统计</strong></el-button>
</p> </p>

View File

@@ -40,17 +40,17 @@ module.exports = {
test: /\.js$|\.html$|\.css/, // 匹配文件 test: /\.js$|\.html$|\.css/, // 匹配文件
threshold: 10240 // 对超过10k文件压缩 threshold: 10240 // 对超过10k文件压缩
}), }),
new FileManagerPlugin({ //初始化 filemanager-webpack-plugin 插件实例 // new FileManagerPlugin({ //初始化 filemanager-webpack-plugin 插件实例
onEnd: { // onEnd: {
mkdir: ['./nfd-front'], // mkdir: ['./nfd-front'],
delete: [ //首先需要删除项目根目录下的dist.zip // delete: [ //首先需要删除项目根目录下的dist.zip
'./nfd-front.zip', // './nfd-front.zip',
], // ],
archive: [ //然后我们选择dist文件夹将之打包成dist.zip并放在根目录 // archive: [ //然后我们选择dist文件夹将之打包成dist.zip并放在根目录
{source: './nfd-front', destination: './nfd-front.zip'}, // {source: './nfd-front', destination: './nfd-front.zip'},
] // ]
} // }
}) // })
] ]
}, },

6771
web-front/yarn.lock Normal file

File diff suppressed because it is too large Load Diff