Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
easychen committed May 24, 2022
1 parent 5a7d36e commit e169351
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,14 @@ docker run -e API_KEY=* -e TZ=Asia/Chongqing -p 8088:80 -v $PWD:/data -d ccr.ccs

Check酱也会每十分钟自动同步一次。

### 云端任务的安全性

Check酱云端任务的原理是将cookie同步到云端,然后用浏览器查看,本质和用户操作一样。但因为出口IP可能是机房和数据中心,频次太高也有被风控的可能。如果将云端部署在家里,则和在家用电脑访问效果一样。


### 云端错误排查

以下列举常见的可能原因
通常来讲,出现本地任务可以执行,云端不能执行的问题,是因为两者网络环境、浏览器软件存在差异,比如

1. 页面结构每次都会变动:比如一些网站的首页,建议进入分类列表页面选择监控点
1. 电脑网络和云端网络不同:在浏览器中可以访问的内容,在数据中心可能访问不到
Expand Down
Binary file renamed ckc.20220524011546.zip → ckc.20220524165855.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 01:16:45 Build 20220524011546</center></div>
<div class='ext-info'><center>插件最后更新于2022-05-24 17:00:12 Build 20220524165855</center></div>
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<title>Check酱官网</title>
</head>
<body>
<div class='ext-info'><center>插件最后更新于2022-05-24 01:16:45 Build 20220524011546</center></div><h1>Check酱</h1>
<div class='ext-info'><center>插件最后更新于2022-05-24 17:00:12 Build 20220524165855</center></div><h1>Check酱</h1>
<p><strong>监测网页内容变化,并发送异动到微信</strong></p>
<blockquote>
<p><g-emoji class="g-emoji" alias="warning" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/26a0.png">⚠️</g-emoji> 此仓库用于文档、插件和镜像下载、以及issue跟踪</p>
</blockquote>
<h2>TLDR版</h2>
<ul>
<li>Chrome/Edge浏览器插件:<a href="ckc.20220524011546.zip">下载</a></li>
<li>Chrome/Edge浏览器插件:<a href="ckc.20220524165855.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 @@ -40,7 +40,7 @@ <h3>安装</h3>
<blockquote>
<p>目前Check酱正在内测,尚未上架Edge商店,只能通过手工方式载入</p>
</blockquote>
<p>下载<a href="ckc.20220524011546.zip">插件ZIP包</a>,解压为目录(后文称其为A)。</p>
<p>下载<a href="ckc.20220524165855.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 Expand Up @@ -145,8 +145,10 @@ <h3>同步本地任务到云端</h3>
<p>点击右上角 「云+箭头」的按钮,可以主动同步任务到云端。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521145106.png"><img src="image/20220521145106.png" alt="" style="max-width: 100%;"></a></p>
<p>Check酱也会每十分钟自动同步一次。</p>
<h3>云端任务的安全性</h3>
<p>Check酱云端任务的原理是将cookie同步到云端,然后用浏览器查看,本质和用户操作一样。但因为出口IP可能是机房和数据中心,频次太高也有被风控的可能。如果将云端部署在家里,则和在家用电脑访问效果一样。</p>
<h3>云端错误排查</h3>
<p>以下列举常见的可能原因</p>
<p>通常来讲,出现本地任务可以执行,云端不能执行的问题,是因为两者网络环境、浏览器软件存在差异,比如</p>
<ol>
<li>页面结构每次都会变动:比如一些网站的首页,建议进入分类列表页面选择监控点</li>
<li>电脑网络和云端网络不同:在浏览器中可以访问的内容,在数据中心可能访问不到</li>
Expand Down
4 changes: 3 additions & 1 deletion readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ <h3>同步本地任务到云端</h3>
<p>点击右上角 「云+箭头」的按钮,可以主动同步任务到云端。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521145106.png"><img src="image/20220521145106.png" alt="" style="max-width: 100%;"></a></p>
<p>Check酱也会每十分钟自动同步一次。</p>
<h3>云端任务的安全性</h3>
<p>Check酱云端任务的原理是将cookie同步到云端,然后用浏览器查看,本质和用户操作一样。但因为出口IP可能是机房和数据中心,频次太高也有被风控的可能。如果将云端部署在家里,则和在家用电脑访问效果一样。</p>
<h3>云端错误排查</h3>
<p>以下列举常见的可能原因</p>
<p>通常来讲,出现本地任务可以执行,云端不能执行的问题,是因为两者网络环境、浏览器软件存在差异,比如</p>
<ol>
<li>页面结构每次都会变动:比如一些网站的首页,建议进入分类列表页面选择监控点</li>
<li>电脑网络和云端网络不同:在浏览器中可以访问的内容,在数据中心可能访问不到</li>
Expand Down

1 comment on commit e169351

@vercel
Copy link

@vercel vercel bot commented on e169351 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-git-main-morexmore.vercel.app
ckc.ftqq.com
checkchan-dist-morexmore.vercel.app

Please sign in to comment.