mirror of
https://github.com/easychen/checkchan-dist.git
synced 2026-08-28 17:45:05 +08:00
兼容sc3
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
"2024.10.05.13.29"
|
||||
"2024.10.05.16.43"
|
||||
+2
-1
@@ -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
@@ -41,8 +41,8 @@
|
||||
<h2>最新版本</h2>
|
||||
<ul>
|
||||
<li>插件·Chrome/Edge:2024.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
@@ -30,8 +30,8 @@
|
||||
<h2>最新版本</h2>
|
||||
<ul>
|
||||
<li>插件·Chrome/Edge:2024.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>
|
||||
|
||||
Reference in New Issue
Block a user