From b5d9e4471caf6c43d311825272a50ab252f9369f Mon Sep 17 00:00:00 2001 From: KQL Date: Tue, 14 Oct 2025 15:46:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E8=BD=AF=E9=93=BE=E6=8E=A5,=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=95=88=E6=9E=9C=E5=9B=BE=E5=92=8CAgent=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E5=8A=A0=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 详细说明: - 创建 public/data 软链接指向项目根目录的 data/ 文件夹 - 解决前端无法访问 /data/订单班文档资料/ 下的图片资源问题 - 影响模块: 前端展示系统的 Agent 头像和效果图展示 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- web_frontend/exhibition-demo/public/data | 1 + web_frontend/exhibition-demo/public/data/订单班文档资料 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 web_frontend/exhibition-demo/public/data delete mode 120000 web_frontend/exhibition-demo/public/data/订单班文档资料 diff --git a/web_frontend/exhibition-demo/public/data b/web_frontend/exhibition-demo/public/data new file mode 120000 index 00000000..a4ced2ff --- /dev/null +++ b/web_frontend/exhibition-demo/public/data @@ -0,0 +1 @@ +../../../data \ No newline at end of file diff --git a/web_frontend/exhibition-demo/public/data/订单班文档资料 b/web_frontend/exhibition-demo/public/data/订单班文档资料 deleted file mode 120000 index 5484f9a7..00000000 --- a/web_frontend/exhibition-demo/public/data/订单班文档资料 +++ /dev/null @@ -1 +0,0 @@ -/Users/xiaoqi/Documents/Dev/Project/2025-09-08_n8nDEMO演示/data/订单班文档资料 \ No newline at end of file