fix: 修复 README 项目结构树状图缩进

This commit is contained in:
2026-06-19 19:51:34 +08:00
parent ea07d27603
commit 87aa3f4574
+4 -4
View File
@@ -266,10 +266,10 @@ QRGen/
│ └── tauri.conf.json # 窗口 + NSIS 打包配置 │ └── tauri.conf.json # 窗口 + NSIS 打包配置
├── web/ # Web 服务 ├── web/ # Web 服务
│ ├── Dockerfile # rust-alpine 多阶段构建 │ ├── Dockerfile # rust-alpine 多阶段构建
── src/ ── src/
├── main.rs # axum HTTP 服务 ├── main.rs # axum HTTP 服务
└── templates/ └── templates/
└── index.html # 内嵌 GUI 风格页面 └── index.html # 内嵌 GUI 风格页面
├── .dockerignore ├── .dockerignore
└── Cargo.toml # Workspace: core + cli + gui + web └── Cargo.toml # Workspace: core + cli + gui + web
``` ```