mirror of
https://github.com/walkinglabs/learn-harness-engineering.git
synced 2026-09-19 05:06:27 +08:00
fix: text alignment & whitespaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user