修正不能前台打检测页的bug

This commit is contained in:
Easy
2022-12-19 14:32:29 +08:00
parent ef279ce7d0
commit 5a696d5680
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -28,9 +28,9 @@
## 最新版本
- 插件·Chrome/Edge2022.12.19.14.05 [下载](ckc.zip) ([Github下载地址,无需注册](https://github.com/easychen/checkchan-dist/raw/master/ckc.zip))
- 插件·Chrome/Edge2022.12.19.14.32 [下载](ckc.zip) ([Github下载地址,无需注册](https://github.com/easychen/checkchan-dist/raw/master/ckc.zip))
- Docker镜像(云端+远程桌面二合一)2022.10.15.12.53 [Docker Hub](https://hub.docker.com/repository/docker/easychen/checkchan)
- 文档:2022.12.19.14.04
- 文档:2022.12.19.14.32
- 更新日志:[GitHub](https://github.com/easychen/checkchan-dist/commits/main)
- 生态:RSSHub浏览器插件整合版([源码](https://github.com/easychen/RSSHub-Radar-with-checkchan) | [下载](https://github.com/easychen/RSSHub-Radar-with-checkchan/releases/download/main/1.7.0.with-checkchan.zip)
+1 -1
View File
@@ -1 +1 @@
"2022.12.19.14.05"
"2022.12.19.14.32"
BIN
View File
Binary file not shown.
@@ -3,7 +3,7 @@
"message": "Check酱"
},
"appDesc": {
"message": "监控页面变动,并发送异动到微信。 Build.2022.12.19.14.05",
"message": "监控页面变动,并发送异动到微信。 Build.2022.12.19.14.32",
"description":"亦支持http status、json和rss监测。配合自架云端,关电脑后也能运行。"
}
}
+1 -1
View File
@@ -227,7 +227,7 @@ chrome.runtime.onMessage.addListener( (request, sender, sendResponse) => {
if (request.action === "fetch")
{
(async () =>{
const tab = await chrome.tabs.create({"url":request.url,"active":false,"pinned":true});
const tab = await chrome.tabs.create({"url":request.url,"active":request.tab_activity=='front',"pinned":true});
// console.log("request",request);
if( request.ua )
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "__MSG_appTitle__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.9.17",
"version": "0.9.18",
"icons": {
"512": "logo.color.png"
},
+2 -2
View File
@@ -40,9 +40,9 @@
</ol>
<h2>最新版本</h2>
<ul>
<li>插件·Chrome/Edge2022.12.19.14.05 <a href="ckc.zip">下载</a> (<a href="https://github.com/easychen/checkchan-dist/raw/master/ckc.zip">Github下载地址,无需注册</a>)</li>
<li>插件·Chrome/Edge2022.12.19.14.32 <a href="ckc.zip">下载</a> (<a href="https://github.com/easychen/checkchan-dist/raw/master/ckc.zip">Github下载地址,无需注册</a>)</li>
<li>Docker镜像(云端+远程桌面二合一)2022.10.15.12.53 <a href="https://hub.docker.com/repository/docker/easychen/checkchan" rel="nofollow">Docker Hub</a></li>
<li>文档:2022.12.19.14.04</li>
<li>文档:2022.12.19.14.32</li>
<li>更新日志:<a href="https://github.com/easychen/checkchan-dist/commits/main">GitHub</a></li>
<li>生态:RSSHub浏览器插件整合版(<a href="https://github.com/easychen/RSSHub-Radar-with-checkchan">源码</a> | <a href="https://github.com/easychen/RSSHub-Radar-with-checkchan/releases/download/main/1.7.0.with-checkchan.zip">下载</a></li>
</ul>
+2 -2
View File
@@ -29,9 +29,9 @@
</ol>
<h2>最新版本</h2>
<ul>
<li>插件·Chrome/Edge2022.12.19.14.05 <a href="ckc.zip">下载</a> (<a href="https://github.com/easychen/checkchan-dist/raw/master/ckc.zip">Github下载地址,无需注册</a>)</li>
<li>插件·Chrome/Edge2022.12.19.14.32 <a href="ckc.zip">下载</a> (<a href="https://github.com/easychen/checkchan-dist/raw/master/ckc.zip">Github下载地址,无需注册</a>)</li>
<li>Docker镜像(云端+远程桌面二合一)2022.10.15.12.53 <a href="https://hub.docker.com/repository/docker/easychen/checkchan" rel="nofollow">Docker Hub</a></li>
<li>文档:2022.12.19.14.04</li>
<li>文档:2022.12.19.14.32</li>
<li>更新日志:<a href="https://github.com/easychen/checkchan-dist/commits/main">GitHub</a></li>
<li>生态:RSSHub浏览器插件整合版(<a href="https://github.com/easychen/RSSHub-Radar-with-checkchan">源码</a> | <a href="https://github.com/easychen/RSSHub-Radar-with-checkchan/releases/download/main/1.7.0.with-checkchan.zip">下载</a></li>
</ul>