目录解析支持

This commit is contained in:
q
2025-07-04 19:16:36 +08:00
parent c505b17e35
commit 30d43cb961
2 changed files with 3 additions and 1 deletions

View File

@@ -139,6 +139,8 @@ json返回数据格式示例:
}
```
3. 文件夹解析(仅支持蓝奏云/蓝奏优享/小飞机网盘)
/v2/getFileList?url=分享链接&pwd=分享密码
```json
{
"code": 200,

View File

@@ -10,7 +10,7 @@
## 关于如何将前端项目和java一块打包:
1. 先打包前端模块
2. ~~打包后请将当前目录下的nfd-front目录放置在项目下webroot目录, 然后使用maven打包java模块即可~~ `npm run build` 会直接打包到后端代理目录下, 无需复制
2. 运行`npm run build`
3. 项目部署后演示页面的代理端口是6401默认使用http, 如需https可以加nginx代理, 也可以使用本项目自带的代理服务和配置证书路径
## nginx配置