From 98eb690ab298e124effae6c6277adfdd05d95d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=88=80?= Date: Sun, 20 Aug 2023 23:59:49 +0800 Subject: [PATCH] =?UTF-8?q?docs=20=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f934023..342fe4d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Hamibot为用户每月提供300次免费API调用额度,本项目就是基于 2. 获取Hamibot Token。 - ![](images\hamibot_settings.png) + ![](images/hamibot_settings.png) 3. 获取Hamibot中需要执行的脚本和机器人信息。 @@ -29,16 +29,16 @@ Hamibot为用户每月提供300次免费API调用额度,本项目就是基于 * 获取发布市场脚本id: - ![](images\script1.png) + ![](images/script1.png) - * 获取开发脚本id: + * 获取开发脚本id: - ![](images\script2.png) + ![](images/script2.png) 2. 获取机器人id和名称 - ![](images\robot.png) + ![](images/robot.png) 4. 创建Github Actions流程:复制项目下./.github/workflows/demo.yml,重命名为{任务名}.yml(注意:任务名为自定义的,如flow.yml,后面的配置都以flow替换)。 @@ -60,7 +60,7 @@ Hamibot为用户每月提供300次免费API调用额度,本项目就是基于 机器人配置数量可以自定义,但是要符合上述格式。 - ![](images\github_settings.png) + ![](images/github_settings.png) 6. 设置触发时机