fix: text alignment & whitespaces

This commit is contained in:
t000@52-0B30225-05
2026-05-22 17:47:59 +08:00
parent 923f59279b
commit d2850a2b8c
+16 -16
View File
@@ -233,22 +233,22 @@ Grab the starter templates from the [Resource Library](https://walkinglabs.githu
All six course projects revolve around the same product: **an Electron-based personal knowledge base desktop app**.
```text
┌─────────────────────────────────────────────────────┐
│ Knowledge Base Desktop App │
│ │
│ ┌──────────────┐ ┌──────────────────────────────┐ │
│ │ Document List│ │ Q&A Panel │ │
│ │ │ │ │ │
│ │ doc-001.md │ │ Q: What is harness eng? │ │
│ │ doc-002.md │ │ A: The environment built │ │
│ │ doc-003.md │ │ around an agent model... │ │
│ │ ... │ │ [citation: doc-002.md] │ │
│ └──────────────┘ └──────────────────────────────┘ │
│ │
│ ┌─────────────────────────────────────────────────┐│
│ │ Status Bar: 42 docs | 38 indexed | last sync 3m ││
│ └─────────────────────────────────────────────────┘│
└─────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────
│ Knowledge Base Desktop App
│ ┌──────────────┐ ┌──────────────────────────────┐
│ │ Document List│ │ Q&A Panel │
│ │ │ │ │
│ │ doc-001.md │ │ Q: What is harness eng? │
│ │ doc-002.md │ │ A: The environment built │
│ │ doc-003.md │ │ around an agent model... │
│ │ ... │ │ [citation: doc-002.md] │
│ └──────────────┘ └──────────────────────────────┘
│ ┌─────────────────────────────────────────────────┐
│ │ Status Bar: 42 docs | 38 indexed | last sync 3m │
│ └─────────────────────────────────────────────────┘
└─────────────────────────────────────────────────────
Core features:
├── Import local documents