From 87aa3f457432e97b7a2f1de8d157d9d6fda4b229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Fri, 19 Jun 2026 19:51:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20README=20=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=BB=93=E6=9E=84=E6=A0=91=E7=8A=B6=E5=9B=BE=E7=BC=A9?= =?UTF-8?q?=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 930e9f4..652602f 100644 --- a/README.md +++ b/README.md @@ -266,10 +266,10 @@ QRGen/ │ └── tauri.conf.json # 窗口 + NSIS 打包配置 ├── web/ # Web 服务 │ ├── Dockerfile # rust-alpine 多阶段构建 -│ ├── src/ -│ │ ├── main.rs # axum HTTP 服务 -│ │ └── templates/ -│ │ └── index.html # 内嵌 GUI 风格页面 +│ └── src/ +│ ├── main.rs # axum HTTP 服务 +│ └── templates/ +│ └── index.html # 内嵌 GUI 风格页面 ├── .dockerignore └── Cargo.toml # Workspace: core + cli + gui + web ```