Skip to content

Commit 6ef0ac8

Browse files
zhonghuiCopilot
andcommitted
docs: add logo to all README files
Add centered hero.svg logo above H1 title in all 4 language READMEs (zh/en/ja/zh-TW). Uses .github/assets/hero.svg at 120px width. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c55e063 commit 6ef0ac8

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
[![Docs](https://img.shields.io/badge/Docs-lordmos.github.io-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/tech-editorial/)
1818
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-f97316?style=flat-square)](https://github.com/lordmos/meridian)
1919

20+
<p align="center">
21+
<img src=".github/assets/hero.svg" alt="Scriptorium" width="120"/>
22+
</p>
23+
2024
# 📚 Scriptorium — Multi-Agent Editorial Framework for Technical Books
2125

2226
> **A multi-agent collaborative writing framework for the "Source Code Reading" series of technical books**

README.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
[![Docs](https://img.shields.io/badge/ドキュメント-lordmos.github.io-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/tech-editorial/ja/)
2020
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-f97316?style=flat-square)](https://github.com/lordmos/meridian)
2121

22+
<p align="center">
23+
<img src=".github/assets/hero.svg" alt="Scriptorium" width="120"/>
24+
</p>
25+
2226
# 📚 Scriptorium — 技術書籍マルチエージェント編集部フレームワーク
2327

2428
> **「ソースコード読解シリーズ」技術書籍のマルチエージェント協調執筆フレームワーク**

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
[![Docs](https://img.shields.io/badge/文档站-在线阅读-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/tech-editorial/)
1010
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-f97316?style=flat-square)](https://github.com/lordmos/meridian)
1111

12+
<p align="center">
13+
<img src=".github/assets/hero.svg" alt="Scriptorium" width="120"/>
14+
</p>
15+
1216
# 📚 Scriptorium — 技术书籍多Agent编辑部框架
1317

1418
> **"源码阅读系列"技术书籍的多Agent协作编写框架**

README.zh-TW.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
[![Docs](https://img.shields.io/badge/文件站-在線閱讀-4a9eff?style=flat-square&logo=vitepress&logoColor=white)](https://lordmos.github.io/tech-editorial/zh-TW/)
2020
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-f97316?style=flat-square)](https://github.com/lordmos/meridian)
2121

22+
<p align="center">
23+
<img src=".github/assets/hero.svg" alt="Scriptorium" width="120"/>
24+
</p>
25+
2226
# 📚 Scriptorium — 技術書籍多Agent編輯部框架
2327

2428
> **"源碼閱讀系列"技術書籍的多Agent協作編寫框架**

0 commit comments

Comments
 (0)