Skip to content

Commit fc5a84b

Browse files
committed
docs: update README layout for improved visual appeal and clarity
1 parent de476e3 commit fc5a84b

1 file changed

Lines changed: 21 additions & 6 deletions

File tree

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
![Thread-Everything](assets/images/logo.png)
2-
[![Deploy MkDocs site to GitHub Pages (using mkdocs gh-deploy)](https://github.com/sergiudm/detectivePi/actions/workflows/mkdocs.yml/badge.svg)](https://github.com/sergiudm/detectivePi/actions/workflows/mkdocs.yml)
3-
[![CI](https://github.com/sergiudm/detectivePi/actions/workflows/test.yml/badge.svg)](https://github.com/sergiudm/detectivePi/actions/workflowstest.yml)
4-
[![PyPI version](https://badge.fury.io/py/detective-pi.svg)](https://pypi.org/project/Thread-Everything/)
5-
![GitHub license](https://img.shields.io/github/license/sergiudm/detectivePi)
1+
<p align="center">
2+
<a href="https://github.com/sergiudm/Thread-Everything">
3+
<img src="assets/images/logo.png" alt="Logo" width=300px>
4+
</a>
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://github.com/sergiudm/Thread-Everything/actions/workflows/mkdocs.yml">
9+
<img src="https://github.com/sergiudm/Thread-Everything/actions/workflows/mkdocs.yml/badge.svg" alt="MkDocs">
10+
</a>
11+
<a href="https://github.com/sergiudm/Thread-Everything/actions/workflows/test.yml">
12+
<img src="https://github.com/sergiudm/Thread-Everything/actions/workflows/test.yml/badge.svg" alt="CI">
13+
</a>
14+
<a href="https://pypi.org/project/Thread-Everything/">
15+
<img src="https://badge.fury.io/py/Thread-Everything.svg" alt="PyPI version">
16+
</a>
17+
<a href="https://github.com/sergiudm/Thread-Everything/blob/master/LICENSE">
18+
<img src="https://img.shields.io/github/license/sergiudm/Thread-Everything" alt="License">
19+
</a>
20+
</p>
621

722
# 简介
823
[Thread-Everything](https://sergiudm.github.io/Thread-Everything/) 提供了易用的 Python API,同时运行*不同*主机上的任何线程,支持Windows, Linux, 可在X86, ARM主机上运行。
@@ -91,7 +106,7 @@ pip install -r requirements.txt
91106

92107
# 🛠️ 使用说明
93108
>![WARNING]
94-
>注意:不要直接使用`config_template.json`,请根据自己的需求修改`config.json`!
109+
注意:不要直接使用`config_template.json`,请根据自己的需求修改`config.json`!
95110
开始前,你需要配置在项目根目录创建一个`config.json`文件,
96111
以下是一个示例,完整的配置文件请参考`config_template.json`
97112
```json

0 commit comments

Comments
 (0)