Skip to content

Commit

Permalink
更新Markdown文件中的图片链接,替换为新的在线图片地址,以提高可访问性和加载速度。此更改涉及多个图片链接的更新,确保文档内容的完整性…
Browse files Browse the repository at this point in the history
…和一致性。
  • Loading branch information
W1ndys committed Jan 11, 2025
1 parent d6974f2 commit 52328d3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cover: https://t.mwm.moe/fj?20250111172351047

### 效果

![效果](image.png)
![效果](https://pica.zhimg.com/80/v2-ab040cb6e2c97cd56de73d09777c4f07.png)

## 使用方法

Expand All @@ -22,21 +22,21 @@ cover: https://t.mwm.moe/fj?20250111172351047

点击链接进入 Github,fork 本项目到自己的仓库

![image-20250111173147175](./image-20250111173147175.png)
![image-20250111173147175](https://pica.zhimg.com/80/v2-01a15518704c6c8af91cf05cd843c795.png)

### 新增钉钉机器人

去钉钉新建一个自己的群,去群设置 > 机器人,添加一个自定义 webhook 机器人

记录配置的 `webhook``secret`(不要泄露),如果你的 webhook 是 `https://oapi.dingtalk.com/robot/send?access_token=xxx` ,那么 `DD_BOT_TOKEN` 就是 `xxx``DD_BOT_SECRET` 就是 `secret`,下面要用

![image-20250111173550018](./image-20250111173550018.png)
![image-20250111173550018](https://pica.zhimg.com/80/v2-99e91c06e71ac28cbed199f9e4321896.png)

### 配置环境变量

进入设置配置环境变量

![image-20250111173249952](./image-20250111173249952.png)
![image-20250111173249952](https://pica.zhimg.com/80/v2-e24e61d04f7bfdde25ce104f2a016c5d.png)

分别配置 `DD_BOT_SECRET``DD_BOT_TOKEN``USER_ACCOUNT``USER_PASSWORD` 环境变量

Expand All @@ -48,7 +48,7 @@ cover: https://t.mwm.moe/fj?20250111172351047

点击 `Run workflow` 按钮,运行项目,如果配置正确,会收到钉钉消息

![image-20250111175039786](./image-20250111175039786.png)
![image-20250111175039786](https://pica.zhimg.com/80/v2-7c49b45057d28dec0b33b9b7b37bc108.png)

收到钉钉消息,说明配置成功并且初始化成功

Expand Down

0 comments on commit 52328d3

Please sign in to comment.