Skip to content

Commit

Permalink
feat(resource): add figures
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo committed Jan 4, 2024
1 parent 4a2f60c commit f2c8e65
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ webhook_url = "${YOUR-LARK-WEBHOOK-URL}"
```shell
python3 main.py workdir
```
<img src="./resource/lark-example.png" width="400">
<img src="./resource/figures/lark-example.png" width="400">

如果还需要读取飞书群消息,见[飞书开发者广场-添加应用能力-机器人](https://open.feishu.cn/app?lang=zh-CN)。

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Run the following command. After running, the technical assistant's reply will b
python3 main.py workdir
```
<img src="./resource/lark-example.png" width="400">
<img src="./resource/figures/lark-example.png" width="400">
If you need to read Feishu group messages, see [Feishu Developer Square - Add Application Capability - Robot](https://open.feishu.cn/app?lang=zh-CN).
Expand Down
6 changes: 3 additions & 3 deletions huixiangdou-inside.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

| Environment | IM Application | Description | Sceen Shotcut |
| ------- | ---- | ---- | ------- |
| openmmlab user group | wechat | reply user question | <img src="软件A的运行截图URL" width="200"> |
| ncnn contributor group | wechat | explain software and hardware terminologies, pretending to be human | <img src="软件B的运行截图URL" width="200"> |
| inner middleware user group | lark | reply user question | <img src="软件B的运行截图URL" width="200"> |
| openmmlab user group | wechat | reply user question | <img src="./resource/figures/inside-mmpose.jpg" width="300"> |
| ncnn contributor group | wechat | explain software and hardware terminologies and pretending to be human | <img src="./resource/figures/inside-ncnn-group.jpg" width="300"> |
| inner middleware user group | lark | reply user question | <img src="./resource/figures/inside-middleware.png" width="300"> |
Binary file added resource/figures/inside-middleware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/figures/inside-mmpose.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/figures/inside-ncnn-group.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit f2c8e65

Please sign in to comment.