fix: 修复 README 项目结构树状图缩进
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user