From e0c5d27c9125d96076076ba6be5fbc9b117a3049 Mon Sep 17 00:00:00 2001 From: Easy Date: Sat, 5 Oct 2024 17:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9sc3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- docker.txt | 2 +- docker/api/func.js | 3 ++- index.html | 4 ++-- readme.html | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 825ce0b..ea02750 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ ## 最新版本 - 插件·Chrome/Edge:2024.10.05.13.57 [下载](ckc.zip) ([Github下载地址,无需注册](https://github.com/easychen/checkchan-dist/raw/master/ckc.zip)) -- Docker镜像(云端+远程桌面二合一):2024.10.05.13.29 [Docker Hub](https://hub.docker.com/repository/docker/easychen/checkchan) -- 文档:2024.10.05.13.55 +- Docker镜像(云端+远程桌面二合一):2024.10.05.16.43 [Docker Hub](https://hub.docker.com/repository/docker/easychen/checkchan) +- 文档:2024.10.05.17.29 - 更新日志:[GitHub](https://github.com/easychen/checkchan-dist/commits/main) - 生态:RSSHub浏览器插件整合版([源码](https://github.com/easychen/RSSHub-Radar-with-checkchan) | [下载](https://github.com/easychen/RSSHub-Radar-with-checkchan/releases/download/main/1.7.0.with-checkchan.zip)) diff --git a/docker.txt b/docker.txt index 03da836..479c000 100644 --- a/docker.txt +++ b/docker.txt @@ -1 +1 @@ -"2024.10.05.13.29" \ No newline at end of file +"2024.10.05.16.43" \ No newline at end of file diff --git a/docker/api/func.js b/docker/api/func.js index 60b54b5..1da62b4 100755 --- a/docker/api/func.js +++ b/docker/api/func.js @@ -216,7 +216,8 @@ exports.send_notify = async ( title, desp, sendkey, channel = -1, short = false) if( short ) form.append( 'short',short ); form.append( 'title',title ); form.append( 'desp',desp.substring(0,10000) + "\r\n\r\n" + "来自云端@"+ ip.address() ); - const response = await fetch( 'https://sctapi.ftqq.com/'+sendkey+'.send', { + const api = String(sendkey).startsWith('sctp') ? `https://${sendkey}.push.ft07.com/send` : `https://sctapi.ftqq.com/${sendkey}.send` + const response = await fetch( api, { method: 'POST', body: form } ); diff --git a/index.html b/index.html index 1f326a8..f2bdac1 100644 --- a/index.html +++ b/index.html @@ -41,8 +41,8 @@

最新版本

diff --git a/readme.html b/readme.html index 099f843..f306e5b 100644 --- a/readme.html +++ b/readme.html @@ -30,8 +30,8 @@

最新版本