From ba7ac8024c6d83d5a3f0b3c5245d434a3038daac Mon Sep 17 00:00:00 2001 From: murmur-CSSC Date: Mon, 15 Apr 2024 11:43:40 +0800 Subject: [PATCH] =?UTF-8?q?CSSC-PC=E4=B8=8A=E6=9B=B4=E6=96=B0=E4=BA=86=201?= =?UTF-8?q?=E4=B8=AA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具/push.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/工具/push.md b/工具/push.md index 42e839e..57bfdf8 100644 --- a/工具/push.md +++ b/工具/push.md @@ -19,14 +19,34 @@ - 参数: ```json { - "appToken":"AT_g1akIPlPauv7ahWdCbbXyjwZRWfmDHZl", + "appToken":"AT_g1akIPlPauv7ahWdCbbXyjwZRWfmDHZl",//根据需要更改 "content":"$content", "summary":"$description", "contentType":3, "topicIds":[ - "28661" + "28661"//根据需要更改 ], "url":"$url", "verifyPayType":0 } ``` +# [gotify](https://push.020824.xyz/gotify) +自带客户端 +- 地址:`https://push.020824.xyz/gotify/message?token=ALoadxEe9nu-pxI`。按需更改token +- 参数: +```json +{ +"title": "$title", +"message": "> $description \n\n [details]($url) \n\n $content", +"priority": 0, +"extras": { + "client::display": { + "contentType": "text/markdown" + } + } +} +``` +# Discord +基于webhook,自带客户端 +- 地址:`https://discord.com/api/webhooks/1229267655983104001/huidZw3MVy4u2jOlcM1GcZkphoTanx_m8wm5OuPhCVMj0UaUmDzbYnM6HkJcbfMKRa5R` +- 参数:无 \ No newline at end of file