Skip to content

Commit

Permalink
fix(notify_success): update site link format in success notification …
Browse files Browse the repository at this point in the history
…message
  • Loading branch information
W1ndys committed Jan 23, 2025
1 parent f89660d commit 5c82c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_site_scripts/notify_success.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def send_dingtalk_message():
"title": "网站更新成功通知",
"text": f"### ✅ 网站更新成功\n\n"
+ f"- **时间**:{current_time}\n"
+ f"- **站点**:easy-qfnu.top\n"
+ f"- **站点**:[easy-qfnu.top](https://easy-qfnu.top)\n"
+ f"- **状态**:部署完成\n\n"
+ "网站已完成更新!",
},
Expand Down

0 comments on commit 5c82c0b

Please sign in to comment.