Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
easychen committed May 23, 2022
1 parent 0921867 commit 80b02e4
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Check酱的原理是,通过浏览器插件后台打开网页进行监测,从

移动鼠标可以看到高亮区域,放到要监控的文字上点击鼠标左键。

> 注意,选择区域必须包含文本,否则会返回空。有很多文本是印在图片上的,这种也会返回空。
![](image/20220521145653.png)

将转向到添加页面。
Expand Down Expand Up @@ -239,6 +241,14 @@ Check酱也会每十分钟自动同步一次。

### 云端错误排查

以下列举常见的可能原因:

1. 页面结构每次都会变动:比如一些网站的首页,建议进入分类列表页面选择监控点
1. 电脑网络和云端网络不同:在浏览器中可以访问的内容,在数据中心可能访问不到
1. CDN更新延迟:电脑和云端CDN节点刷新未完成,会造成一边可用一边不可用,等待更新完成后再监控
1. 浏览器插件改变了网页结构:比如本地通过 AdBlock 过滤了广告,但云端没有,造成结构不同,监测失败


由于服务器内存通常没大家电脑大,所以很多在本地执行OK的任务同步到云端后会因为「延迟读取」秒数太小中途停止而失败。如果遇到类似情况,请尝试增加「延迟读取」。

![](image/20220523212625.png)
Expand All @@ -251,4 +261,5 @@ Check酱也会每十分钟自动同步一次。

如果任务失败又没有截图,说明该任务不是因为CSS选择器未命中而失败,尝试增加「延迟读取」可能解决。

这个页面也能看到云端任务日志,这里的日志不包含手动点击「监测」按钮触发的任务。如果没有可以执行的任务(任务是定时触发的),那么日志亦可能为空。
这个页面也能看到云端任务日志,这里的日志不包含手动点击「监测」按钮触发的任务。如果没有可以执行的任务(任务是定时触发的),那么日志亦可能为空。

Binary file renamed ckc.20220523214401.zip → ckc.20220524002040.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-23 21:44:40 Build 20220523214401</center></div>
<div class='ext-info'><center>插件最后更新于2022-05-24 00:21:08 Build 20220524002040</center></div>
16 changes: 13 additions & 3 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-23 21:44:40 Build 20220523214401</center></div><h1>Check酱</h1>
<div class='ext-info'><center>插件最后更新于2022-05-24 00:21:08 Build 20220524002040</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.20220523214401.zip">下载</a></li>
<li>Chrome/Edge浏览器插件:<a href="ckc.20220524002040.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.20220523214401.zip">插件ZIP包</a>,解压为目录(后文称其为A)。</p>
<p>下载<a href="ckc.20220524002040.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 All @@ -51,6 +51,9 @@ <h4>添加网页监控点</h4>
<p>点击后,开始初始化可视化选择器。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521145527.png"><img src="image/20220521145527.png" alt="" style="max-width: 100%;"></a></p>
<p>移动鼠标可以看到高亮区域,放到要监控的文字上点击鼠标左键。</p>
<blockquote>
<p>注意,选择区域必须包含文本,否则会返回空。有很多文本是印在图片上的,这种也会返回空。</p>
</blockquote>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521145653.png"><img src="image/20220521145653.png" alt="" style="max-width: 100%;"></a></p>
<p>将转向到添加页面。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521145825.png"><img src="image/20220521145825.png" alt="" style="max-width: 100%;"></a></p>
Expand Down Expand Up @@ -143,6 +146,13 @@ <h3>同步本地任务到云端</h3>
<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>以下列举常见的可能原因:</p>
<ol>
<li>页面结构每次都会变动:比如一些网站的首页,建议进入分类列表页面选择监控点</li>
<li>电脑网络和云端网络不同:在浏览器中可以访问的内容,在数据中心可能访问不到</li>
<li>CDN更新延迟:电脑和云端CDN节点刷新未完成,会造成一边可用一边不可用,等待更新完成后再监控</li>
<li>浏览器插件改变了网页结构:比如本地通过 AdBlock 过滤了广告,但云端没有,造成结构不同,监测失败</li>
</ol>
<p>由于服务器内存通常没大家电脑大,所以很多在本地执行OK的任务同步到云端后会因为「延迟读取」秒数太小中途停止而失败。如果遇到类似情况,请尝试增加「延迟读取」。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220523212625.png"><img src="image/20220523212625.png" alt="" style="max-width: 100%;"></a></p>
<p>如果这样也不行,往往是因为云端无头浏览器显示网页和本地存在差异导致,我们为这种情况生成了最近一次失败的任务的截图,可以在「云端服务」菜单下看到。</p>
Expand Down
10 changes: 10 additions & 0 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ <h4>添加网页监控点</h4>
<p>点击后,开始初始化可视化选择器。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521145527.png"><img src="image/20220521145527.png" alt="" style="max-width: 100%;"></a></p>
<p>移动鼠标可以看到高亮区域,放到要监控的文字上点击鼠标左键。</p>
<blockquote>
<p>注意,选择区域必须包含文本,否则会返回空。有很多文本是印在图片上的,这种也会返回空。</p>
</blockquote>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521145653.png"><img src="image/20220521145653.png" alt="" style="max-width: 100%;"></a></p>
<p>将转向到添加页面。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521145825.png"><img src="image/20220521145825.png" alt="" style="max-width: 100%;"></a></p>
Expand Down Expand Up @@ -132,6 +135,13 @@ <h3>同步本地任务到云端</h3>
<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>以下列举常见的可能原因:</p>
<ol>
<li>页面结构每次都会变动:比如一些网站的首页,建议进入分类列表页面选择监控点</li>
<li>电脑网络和云端网络不同:在浏览器中可以访问的内容,在数据中心可能访问不到</li>
<li>CDN更新延迟:电脑和云端CDN节点刷新未完成,会造成一边可用一边不可用,等待更新完成后再监控</li>
<li>浏览器插件改变了网页结构:比如本地通过 AdBlock 过滤了广告,但云端没有,造成结构不同,监测失败</li>
</ol>
<p>由于服务器内存通常没大家电脑大,所以很多在本地执行OK的任务同步到云端后会因为「延迟读取」秒数太小中途停止而失败。如果遇到类似情况,请尝试增加「延迟读取」。</p>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220523212625.png"><img src="image/20220523212625.png" alt="" style="max-width: 100%;"></a></p>
<p>如果这样也不行,往往是因为云端无头浏览器显示网页和本地存在差异导致,我们为这种情况生成了最近一次失败的任务的截图,可以在「云端服务」菜单下看到。</p>
Expand Down

1 comment on commit 80b02e4

@vercel
Copy link

@vercel vercel bot commented on 80b02e4 May 23, 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
checkchan-dist-morexmore.vercel.app
ckc.ftqq.com

Please sign in to comment.