From 30d43cb96158b8698817c22ad6d09605953a9ad1 Mon Sep 17 00:00:00 2001 From: q Date: Fri, 4 Jul 2025 19:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E8=A7=A3=E6=9E=90=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ web-front/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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配置