Skip to content

Commit c626d1c

Browse files
committed
Add terminal output showcase
1 parent 9221938 commit c626d1c

6 files changed

Lines changed: 123 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ This is the fastest way to see the format in action.
6363

6464
## Example Output
6565

66+
![Task Bundle terminal showcase](./assets/terminal-showcase.svg)
67+
6668
Inspect a bundle:
6769

6870
```text

README.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ npm run dev -- compare ./examples/hello-world-bundle ./examples/hello-world-bund
6363

6464
## 示例输出
6565

66+
![Task Bundle terminal showcase](./assets/terminal-showcase.svg)
67+
6668
先查看一个 bundle:
6769

6870
```text

assets/terminal-showcase.svg

Lines changed: 114 additions & 0 deletions
Loading

docs/branding.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This repository includes the visual assets used in the README and GitHub social
88
Hero image used at the top of the README.
99
- `assets/workflow-overview.svg`
1010
Workflow diagram used in the README.
11+
- `assets/terminal-showcase.svg`
12+
Three-panel terminal preview used to show real inspect, compare, and report output.
1113
- `assets/social-preview.svg`
1214
Source artwork for GitHub social preview uploads.
1315
- `assets/social-preview.png`

docs/branding.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
README 顶部使用的主视觉横幅。
99
- `assets/workflow-overview.svg`
1010
README 中使用的工作流示意图。
11+
- `assets/terminal-showcase.svg`
12+
README 中使用的终端展示图,用来展示 inspect、compare、report 的真实输出。
1113
- `assets/social-preview.svg`
1214
GitHub 社交预览图的可编辑源文件。
1315
- `assets/social-preview.png`

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"docs",
3434
"assets/hero-banner.svg",
3535
"assets/social-preview.svg",
36+
"assets/terminal-showcase.svg",
3637
"assets/workflow-overview.svg",
3738
"templates",
3839
"LICENSE",

0 commit comments

Comments
 (0)