diff --git a/README.md b/README.md index b65582e..5575b28 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ json返回数据格式示例: } ``` 3. 文件夹解析(仅支持蓝奏云/蓝奏优享/小飞机网盘) +/v2/getFileList?url=分享链接&pwd=分享密码 + ```json { "code": 200, diff --git a/web-front/README.md b/web-front/README.md index 3aa69f9..afdb722 100644 --- a/web-front/README.md +++ b/web-front/README.md @@ -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配置