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 ```