兼容sc3

This commit is contained in:
Easy
2024-10-05 17:30:03 +08:00
parent 007570c1ba
commit e0c5d27c91
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -29,8 +29,8 @@
## 最新版本
- 插件·Chrome/Edge2024.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)
+1 -1
View File
@@ -1 +1 @@
"2024.10.05.13.29"
"2024.10.05.16.43"
+2 -1
View File
@@ -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
} );
+2 -2
View File
@@ -41,8 +41,8 @@
<h2>最新版本</h2>
<ul>
<li>插件·Chrome/Edge2024.10.05.13.57 <a href="ckc.zip">下载</a> (<a href="https://github.com/easychen/checkchan-dist/raw/master/ckc.zip">Github下载地址,无需注册</a>)</li>
<li>Docker镜像(云端+远程桌面二合一)2024.10.05.13.29 <a href="https://hub.docker.com/repository/docker/easychen/checkchan" rel="nofollow">Docker Hub</a></li>
<li>文档:2024.10.05.13.55</li>
<li>Docker镜像(云端+远程桌面二合一)2024.10.05.16.43 <a href="https://hub.docker.com/repository/docker/easychen/checkchan" rel="nofollow">Docker Hub</a></li>
<li>文档:2024.10.05.17.29</li>
<li>更新日志:<a href="https://github.com/easychen/checkchan-dist/commits/main">GitHub</a></li>
<li>生态:RSSHub浏览器插件整合版(<a href="https://github.com/easychen/RSSHub-Radar-with-checkchan">源码</a> | <a href="https://github.com/easychen/RSSHub-Radar-with-checkchan/releases/download/main/1.7.0.with-checkchan.zip">下载</a></li>
</ul>
+2 -2
View File
@@ -30,8 +30,8 @@
<h2>最新版本</h2>
<ul>
<li>插件·Chrome/Edge2024.10.05.13.57 <a href="ckc.zip">下载</a> (<a href="https://github.com/easychen/checkchan-dist/raw/master/ckc.zip">Github下载地址,无需注册</a>)</li>
<li>Docker镜像(云端+远程桌面二合一)2024.10.05.13.29 <a href="https://hub.docker.com/repository/docker/easychen/checkchan" rel="nofollow">Docker Hub</a></li>
<li>文档:2024.10.05.13.55</li>
<li>Docker镜像(云端+远程桌面二合一)2024.10.05.16.43 <a href="https://hub.docker.com/repository/docker/easychen/checkchan" rel="nofollow">Docker Hub</a></li>
<li>文档:2024.10.05.17.29</li>
<li>更新日志:<a href="https://github.com/easychen/checkchan-dist/commits/main">GitHub</a></li>
<li>生态:RSSHub浏览器插件整合版(<a href="https://github.com/easychen/RSSHub-Radar-with-checkchan">源码</a> | <a href="https://github.com/easychen/RSSHub-Radar-with-checkchan/releases/download/main/1.7.0.with-checkchan.zip">下载</a></li>
</ul>