Skip to content

Commit 6b821dc

Browse files
committed
docs: center badges in two rows for cleaner layout
1 parent 01efd36 commit 6b821dc

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Auto PPT
22

3-
[![Release](https://img.shields.io/github/v/tag/lijunliu-gh/auto-ppt-engine?label=release&sort=semver)](https://github.com/lijunliu-gh/auto-ppt-engine/tags)
4-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5-
[![CI](https://img.shields.io/github/actions/workflow/status/lijunliu-gh/auto-ppt-engine/smoke.yml?branch=main&label=CI)](https://github.com/lijunliu-gh/auto-ppt-engine/actions/workflows/smoke.yml)
6-
[![Tests](https://img.shields.io/badge/tests-409%20passed-brightgreen)](tests/)
7-
[![Coverage](https://img.shields.io/badge/coverage-84%25-green)](tests/)
8-
[![Python](https://img.shields.io/badge/python-3.10%2B-blue)](requirements.txt)
9-
[![Node](https://img.shields.io/badge/node-18%2B-green)](package.json)
10-
[![Docker](https://img.shields.io/badge/docker-ready-2496ED?logo=docker&logoColor=white)](Dockerfile)
11-
[![MCP](https://img.shields.io/badge/MCP-compatible-8A2BE2?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiLz48L3N2Zz4=)](mcp_server.py)
12-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
3+
<p align="center">
4+
<a href="https://github.com/lijunliu-gh/auto-ppt-engine/tags"><img src="https://img.shields.io/github/v/tag/lijunliu-gh/auto-ppt-engine?label=release&sort=semver" alt="Release"></a>
5+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
6+
<a href="https://github.com/lijunliu-gh/auto-ppt-engine/actions/workflows/smoke.yml"><img src="https://img.shields.io/github/actions/workflow/status/lijunliu-gh/auto-ppt-engine/smoke.yml?branch=main&label=CI" alt="CI"></a>
7+
<a href="tests/"><img src="https://img.shields.io/badge/tests-409%20passed-brightgreen" alt="Tests"></a>
8+
<a href="tests/"><img src="https://img.shields.io/badge/coverage-84%25-green" alt="Coverage"></a>
9+
<br>
10+
<a href="requirements.txt"><img src="https://img.shields.io/badge/python-3.10%2B-blue" alt="Python"></a>
11+
<a href="package.json"><img src="https://img.shields.io/badge/node-18%2B-green" alt="Node"></a>
12+
<a href="Dockerfile"><img src="https://img.shields.io/badge/docker-ready-2496ED?logo=docker&logoColor=white" alt="Docker"></a>
13+
<a href="mcp_server.py"><img src="https://img.shields.io/badge/MCP-compatible-8A2BE2" alt="MCP"></a>
14+
<a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
15+
</p>
1316

1417
Open-source PowerPoint generation engine — built to be called by AI agents.
1518

0 commit comments

Comments
 (0)