Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Apr 20, 2022
1 parent ed31969 commit 9b861e3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can star this repository to keep track of the project if it's helpful for yo
| playfireworks | [click](https://mp.weixin.qq.com/s/wzz_7gKIt7iU-7kM_9o_pw) | [click](./pytools/modules/playfireworks) | 放烟花特效 |
| arxivhelper | [click](https://mp.weixin.qq.com/s/XypPxlWmzbRoEEEhusEXJA) | [click](./pytools/modules/arxivhelper) | Arxiv小助手 |
| ukrainemap | [click](https://mp.weixin.qq.com/s/zthIMtWqF7mJiIlXy1-bsA) | [click](./pytools/modules/ukrainemap) | 乌克兰地图查询系统 |
| sovietgenerator | [click]() | [click](./pytools/modules/sovietgenerator) | 苏联笑话生成器 |
| sovietgenerator | [click](https://mp.weixin.qq.com/s/PUTJxDLpCVRSaUzvarizEQ) | [click](./pytools/modules/sovietgenerator) | 苏联笑话生成器 |


# Install
Expand Down
12 changes: 11 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,14 @@
**2022-03-08**

- 版本号: v0.1.15,
- 更新内容: 修复桌面宠物无法语音唤醒冰墩墩的问题。
- 更新内容: 修复桌面宠物无法语音唤醒冰墩墩的问题。

**2022-03-24**

- 版本号: v0.1.16,
- 更新内容: 部分Bug修复。

**2022-04-20**

- 版本号: v0.1.17,
- 更新内容: 支持苏联笑话生成器。
27 changes: 27 additions & 0 deletions docs/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,33 @@ tool_client.execute('ukrainemap')
}
```

#### 苏联笑话生成器

**1.公众号文章链接**

[点击查看](https://mp.weixin.qq.com/s/PUTJxDLpCVRSaUzvarizEQ)

**2.功能介绍**

简单的苏联笑话生成器。

**3.调用示例代码**

```python
from pytools import pytools

tool_client = pytools.pytools()
tool_client.execute('sovietgenerator')
```

**4.config中支持的参数**

```
{
title: 软件显示的标题, 默认值"苏联笑话生成器 —— Charles的皮卡丘",
}
```


## 随机运行一个小程序

Expand Down

0 comments on commit 9b861e3

Please sign in to comment.