Skip to content

Commit

Permalink
修复下载链接
Browse files Browse the repository at this point in the history
  • Loading branch information
easychen committed May 24, 2022
1 parent 49e15f0 commit 24f9863
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

**监测网页内容变化,并发送异动到微信**

⚠️ docker目录下的代码仅供安全核查和编译多平台镜像,采用附加条件的GPLV3授权:

1. 不得修改或删除默认对接的Server酱通道。
1. 不得对接其他消息通道后再次发布。
1. 满足以上两个条件后,遵从GPLv3协议。


## TLDR版

Expand All @@ -14,11 +20,7 @@ docker run -e API_KEY=YouRAPiK1 -e TZ=Asia/Chongqing -e ERROR_IMAGE=NORMAL -p 80
* 特别提醒:`/data`挂载的目录需要写权限
* 特别提醒2:此镜像为x86架构,暂时未提供arm架构镜像

⚠️ docker目录下的代码仅供安全核查和编译多平台镜像,采用附加条件的GPLV3授权:

1. 不得修改或删除默认对接的Server酱通道。
1. 不得对接其他消息通道后再次发布。
1. 满足以上两个条件后,遵从GPLv3协议。

## 什么是「Check酱」

Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"20220524221125"
"20220524221642"
Binary file renamed ckc.20220524221125.zip → ckc.20220524221642.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion ext.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class='ext-info'><center>插件最后更新于2022-05-24 22:11:58 Build 20220524221125</center></div>
<div class='ext-info'><center>插件最后更新于2022-05-24 22:17:32 Build 20220524221642</center></div>
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Check酱官网</title>
</head>
<body>
<div class='ext-info'><center>插件最后更新于2022-05-24 22:11:58 Build 20220524221125</center></div><h1>Check酱</h1>
<div class='ext-info'><center>插件最后更新于2022-05-24 22:17:32 Build 20220524221642</center></div><h1>Check酱</h1>
<p><strong>监测网页内容变化,并发送异动到微信</strong></p>
<p><g-emoji class="g-emoji" alias="warning" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/26a0.png">⚠️</g-emoji> docker目录下的代码仅供安全核查和编译多平台镜像,采用附加条件的GPLV3授权:</p>
<ol>
Expand All @@ -19,7 +19,7 @@
</ol>
<h2>TLDR版</h2>
<ul>
<li>Chrome/Edge浏览器插件:<a href="ckc.20220524221125.zip">下载</a></li>
<li>Chrome/Edge浏览器插件:<a href="ckc.20220524221642.zip">下载</a></li>
<li>自架版云端 Docker 命令(<code class="notranslate">API Key</code><code class="notranslate">YouRAPiK1</code>):</li>
</ul>
<div class="highlight highlight-source-shell"><pre>docker run -e API_KEY=YouRAPiK1 -e TZ=Asia/Chongqing -e ERROR_IMAGE=NORMAL -p 8088:80 -v <span class="pl-smi">$PWD</span>:/data -d ccr.ccs.tencentyun.com/ftqq/checkchan:latest</pre></div>
Expand All @@ -43,7 +43,7 @@ <h3>安装</h3>
<blockquote>
<p>目前Check酱正在内测,尚未上架Edge商店,只能通过手工方式载入</p>
</blockquote>
<p>下载<a href="ckc.20220524221125.zip">插件ZIP包</a>,解压为目录(后文称其为A)。</p>
<p>下载<a href="ckc.20220524221642.zip">插件ZIP包</a>,解压为目录(后文称其为A)。</p>
<p>打开Edge的插件页面,打开「开发者模式」,点击「Load Unpacked」,选择上边解压得到的目录A。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521140506.png"><img src="image/20220521140506.png" alt="" style="max-width: 100%;"></a></p>
<p>成功载入的话,就可以看到Check酱界面了。如果失败,通常是因为解压时多了一层目录导致的,可以试试重新选择A目录的下一级目录</p>
Expand Down
12 changes: 6 additions & 6 deletions readme.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<h1>Check酱</h1>
<p><strong>监测网页内容变化,并发送异动到微信</strong></p>
<p><g-emoji class="g-emoji" alias="warning" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/26a0.png">⚠️</g-emoji> docker目录下的代码仅供安全核查和编译多平台镜像,采用附加条件的GPLV3授权:</p>
<ol>
<li>不得修改或删除默认对接的Server酱通道。</li>
<li>不得对接其他消息通道后再次发布。</li>
<li>满足以上两个条件后,遵从GPLv3协议。</li>
</ol>
<h2>TLDR版</h2>
<ul>
<li>Chrome/Edge浏览器插件:<a href="ckc.zip">下载</a></li>
Expand All @@ -10,12 +16,6 @@ <h2>TLDR版</h2>
<li>特别提醒:<code class="notranslate">/data</code>挂载的目录需要写权限</li>
<li>特别提醒2:此镜像为x86架构,暂时未提供arm架构镜像</li>
</ul>
<p><g-emoji class="g-emoji" alias="warning" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/26a0.png">⚠️</g-emoji> docker目录下的代码仅供安全核查和编译多平台镜像,采用附加条件的GPLV3授权:</p>
<ol>
<li>不得修改或删除默认对接的Server酱通道。</li>
<li>不得对接其他消息通道后再次发布。</li>
<li>满足以上两个条件后,遵从GPLv3协议。</li>
</ol>
<h2>什么是「Check酱」</h2>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521132637.png"><img src="image/20220521132637.png" alt="" style="max-width: 100%;"></a></p>
<p>Check酱是方糖气球出品的网页内容监测工具,它包含一个Edge/Chrome<strong>浏览器插件</strong>和可以自行架设的<strong>云端</strong></p>
Expand Down

1 comment on commit 24f9863

@vercel
Copy link

@vercel vercel bot commented on 24f9863 May 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

checkchan-dist – ./

checkchan-dist-morexmore.vercel.app
ckc.ftqq.com
checkchan-dist-git-main-morexmore.vercel.app

Please sign in to comment.