|
1 | | - |
2 | | -[](https://github.com/sergiudm/detectivePi/actions/workflows/mkdocs.yml) |
3 | | -[](https://github.com/sergiudm/detectivePi/actions/workflowstest.yml) |
4 | | -[](https://pypi.org/project/Thread-Everything/) |
5 | | - |
| 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> |
6 | 21 |
|
7 | 22 | # 简介 |
8 | 23 | [Thread-Everything](https://sergiudm.github.io/Thread-Everything/) 提供了易用的 Python API,同时运行*不同*主机上的任何线程,支持Windows, Linux, 可在X86, ARM主机上运行。 |
@@ -91,7 +106,7 @@ pip install -r requirements.txt |
91 | 106 |
|
92 | 107 | # 🛠️ 使用说明 |
93 | 108 | >![WARNING] |
94 | | ->注意:不要直接使用`config_template.json`,请根据自己的需求修改`config.json`! |
| 109 | +注意:不要直接使用`config_template.json`,请根据自己的需求修改`config.json`! |
95 | 110 | 开始前,你需要配置在项目根目录创建一个`config.json`文件, |
96 | 111 | 以下是一个示例,完整的配置文件请参考`config_template.json`。 |
97 | 112 | ```json |
|
0 commit comments