Skip to content

Commit

Permalink
web-front add yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
qaiu committed Sep 19, 2024
1 parent f004512 commit cca3d6b
Show file tree
Hide file tree
Showing 3 changed files with 6,784 additions and 12 deletions.
3 changes: 2 additions & 1 deletion web-front/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
<el-avatar :size="150" :src="avatar"></el-avatar>
</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">
<p><strong>项目GitHub </strong><a href="https://github.com/qaiu/netdisk-fast-download" target="_blank"
rel="nofollow"><u>netdisk-fast-download</u></a></p>
<p><strong>目前支持 </strong>蓝奏云/蓝奏云优享/小飞机盘/123云盘/奶牛快传/移动云云空间/亿方云/文叔叔/QQ邮箱文件中转站</p>
<p>已加入缓存机制, 如果遇到解析出的下载链接失效的情况请及时到项目GitHub反馈</p>
<p>
<el-button><strong @click="getInfo">刷新API调用统计</strong></el-button>
</p>
Expand Down
22 changes: 11 additions & 11 deletions web-front/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ module.exports = {
test: /\.js$|\.html$|\.css/, // 匹配文件
threshold: 10240 // 对超过10k文件压缩
}),
new FileManagerPlugin({ //初始化 filemanager-webpack-plugin 插件实例
onEnd: {
mkdir: ['./nfd-front'],
delete: [ //首先需要删除项目根目录下的dist.zip
'./nfd-front.zip',
],
archive: [ //然后我们选择dist文件夹将之打包成dist.zip并放在根目录
{source: './nfd-front', destination: './nfd-front.zip'},
]
}
})
// new FileManagerPlugin({ //初始化 filemanager-webpack-plugin 插件实例
// onEnd: {
// mkdir: ['./nfd-front'],
// delete: [ //首先需要删除项目根目录下的dist.zip
// './nfd-front.zip',
// ],
// archive: [ //然后我们选择dist文件夹将之打包成dist.zip并放在根目录
// {source: './nfd-front', destination: './nfd-front.zip'},
// ]
// }
// })
]
},

Expand Down
Loading

0 comments on commit cca3d6b

Please sign in to comment.