Skip to content

Commit

Permalink
修正文档文案
Browse files Browse the repository at this point in the history
  • Loading branch information
easychen committed May 27, 2022
1 parent 5f4866b commit 70d7469
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

- 插件·Chrome/Edge:[2022.05.27.13.00](ckc.zip)
- 自架云端Docker镜像:2022.05.27.12.33
- 文档:2022.05.27.13.00
- 文档:2022.05.27.13.03
- 更新日志:[GitHub](https://github.com/easychen/checkchan-dist/commits/main)

自架云端 Docker 命令( 将`API Key``YouRAPiK1`替换成`任意你想要的安全密码不要带$`):

```bash
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
```
* 特别提醒:后文有详细的安装帮助
* 特别提醒:后文有详细的安装说明
* 特别提醒1:`/data`挂载的目录需要写权限
* 特别提醒2:此镜像为x86架构,arm架构镜像可[拉取源码](https://github.com/easychen/checkchan-dist/tree/main/docker)自行构建

Expand Down
2 changes: 1 addition & 1 deletion README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
```bash
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
```
* 特别提醒:后文有详细的安装帮助
* 特别提醒:后文有详细的安装说明
* 特别提醒1:`/data`挂载的目录需要写权限
* 特别提醒2:此镜像为x86架构,arm架构镜像可[拉取源码](https://github.com/easychen/checkchan-dist/tree/main/docker)自行构建

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ <h2>最新版本</h2>
<ul>
<li>插件·Chrome/Edge:<a href="ckc.zip">2022.05.27.13.00</a></li>
<li>自架云端Docker镜像:2022.05.27.12.33</li>
<li>文档:2022.05.27.13.00</li>
<li>文档:2022.05.27.13.03</li>
<li>更新日志:<a href="https://github.com/easychen/checkchan-dist/commits/main">GitHub</a></li>
</ul>
<p>自架云端 Docker 命令( 将<code class="notranslate">API Key</code><code class="notranslate">YouRAPiK1</code>替换成<code class="notranslate">任意你想要的安全密码不要带$</code>):</p>
<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>特别提醒:后文有详细的安装帮助</li>
<li>特别提醒:后文有详细的安装说明</li>
<li>特别提醒1:<code class="notranslate">/data</code>挂载的目录需要写权限</li>
<li>特别提醒2:此镜像为x86架构,arm架构镜像可<a href="https://github.com/easychen/checkchan-dist/tree/main/docker">拉取源码</a>自行构建</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ <h2>最新版本</h2>
<ul>
<li>插件·Chrome/Edge:<a href="ckc.zip">2022.05.27.13.00</a></li>
<li>自架云端Docker镜像:2022.05.27.12.33</li>
<li>文档:2022.05.27.13.00</li>
<li>文档:2022.05.27.13.03</li>
<li>更新日志:<a href="https://github.com/easychen/checkchan-dist/commits/main">GitHub</a></li>
</ul>
<p>自架云端 Docker 命令( 将<code class="notranslate">API Key</code><code class="notranslate">YouRAPiK1</code>替换成<code class="notranslate">任意你想要的安全密码不要带$</code>):</p>
<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>特别提醒:后文有详细的安装帮助</li>
<li>特别提醒:后文有详细的安装说明</li>
<li>特别提醒1:<code class="notranslate">/data</code>挂载的目录需要写权限</li>
<li>特别提醒2:此镜像为x86架构,arm架构镜像可<a href="https://github.com/easychen/checkchan-dist/tree/main/docker">拉取源码</a>自行构建</li>
</ul>
Expand Down

1 comment on commit 70d7469

@vercel
Copy link

@vercel vercel bot commented on 70d7469 May 27, 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.