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 646748d commit ff93522
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- 自架版云端 Docker 命令(`API Key``YouRAPiK1`):

```bash
docker run -e API_KEY=YouRAPiK1 -e TZ=Asia/Chongqing -p 8088:80 -v $PWD:/data -d ccr.ccs.tencentyun.com/ftqq/checkchan:latest
docker run -e API_KEY=YouRAPiK1 -e TZ=Asia/Chongqing -e ERROR_IMAGE=NORMAL -p 8088:80 -v $PWD:/data -d ccr.ccs.tencentyun.com/ftqq/checkchan:latest
```
* 特别提醒:`/data`挂载的目录需要写权限
* 特别提醒2:此镜像为x86架构,暂时未提供arm架构镜像
Expand Down Expand Up @@ -164,6 +164,7 @@ services:
- '8088:80'
environment:
- API_KEY=<这里写一个你自己想的API_KEY>
- ERROR_IMAGE=NORMAL # NONE,NORMAL,FULL
- TZ=Asia/Chongqing
```
Expand Down
Binary file renamed ckc.20220523184413.zip → ckc.20220523205830.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 18:44:47 Build 20220523184413</center></div>
<div class='ext-info'><center>插件最后更新于2022-05-23 20:59:00 Build 20220523205830</center></div>
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
<title>Check酱官网</title>
</head>
<body>
<div class='ext-info'><center>插件最后更新于2022-05-23 18:44:47 Build 20220523184413</center></div><h1>Check酱</h1>
<div class='ext-info'><center>插件最后更新于2022-05-23 20:59:00 Build 20220523205830</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.20220523184413.zip">下载</a></li>
<li>Chrome/Edge浏览器插件:<a href="ckc.20220523205830.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 -p 8088:80 -v <span class="pl-smi">$PWD</span>:/data -d ccr.ccs.tencentyun.com/ftqq/checkchan:latest</pre></div>
<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>
<ul>
<li>特别提醒:<code class="notranslate">/data</code>挂载的目录需要写权限</li>
<li>特别提醒2:此镜像为x86架构,暂时未提供arm架构镜像</li>
Expand All @@ -40,7 +40,7 @@ <h3>安装</h3>
<blockquote>
<p>目前Check酱正在内测,尚未上架Edge商店,只能通过手工方式载入</p>
</blockquote>
<p>下载<a href="ckc.20220523184413.zip">插件ZIP包</a>,解压为目录(后文称其为A)。</p>
<p>下载<a href="ckc.20220523205830.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 @@ -105,6 +105,7 @@ <h4>通过 Docker-compose 启动</h4>
- <span class="pl-s"><span class="pl-pds">'</span>8088:80<span class="pl-pds">'</span></span>
<span class="pl-ent">environment</span>:
- <span class="pl-s">API_KEY=&lt;这里写一个你自己想的API_KEY&gt;</span>
- <span class="pl-s">ERROR_IMAGE=NORMAL </span><span class="pl-c"><span class="pl-c">#</span> NONE,NORMAL,FULL</span>
- <span class="pl-s">TZ=Asia/Chongqing</span></pre></div>
<p>将其中 <code class="notranslate">&lt;这里写一个你自己想的API_KEY&gt;</code> 换成一个别人不知道的密码(下文称密码C<br>
)。注意不要包含<code class="notranslate">$</code>字符,替换完后也不再有两边的尖括号<code class="notranslate">&lt;&gt;</code></p>
Expand Down
3 changes: 2 additions & 1 deletion readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>TLDR版</h2>
<li>Chrome/Edge浏览器插件:<a href="ckc.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 -p 8088:80 -v <span class="pl-smi">$PWD</span>:/data -d ccr.ccs.tencentyun.com/ftqq/checkchan:latest</pre></div>
<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>
<ul>
<li>特别提醒:<code class="notranslate">/data</code>挂载的目录需要写权限</li>
<li>特别提醒2:此镜像为x86架构,暂时未提供arm架构镜像</li>
Expand Down Expand Up @@ -94,6 +94,7 @@ <h4>通过 Docker-compose 启动</h4>
- <span class="pl-s"><span class="pl-pds">'</span>8088:80<span class="pl-pds">'</span></span>
<span class="pl-ent">environment</span>:
- <span class="pl-s">API_KEY=&lt;这里写一个你自己想的API_KEY&gt;</span>
- <span class="pl-s">ERROR_IMAGE=NORMAL </span><span class="pl-c"><span class="pl-c">#</span> NONE,NORMAL,FULL</span>
- <span class="pl-s">TZ=Asia/Chongqing</span></pre></div>
<p>将其中 <code class="notranslate">&lt;这里写一个你自己想的API_KEY&gt;</code> 换成一个别人不知道的密码(下文称密码C<br>
)。注意不要包含<code class="notranslate">$</code>字符,替换完后也不再有两边的尖括号<code class="notranslate">&lt;&gt;</code></p>
Expand Down

1 comment on commit ff93522

@vercel
Copy link

@vercel vercel bot commented on ff93522 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.