diff --git a/README.md b/README.md
index bb6f734..4bf0101 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
AutoRedirector 是一款智能跳转插件,可自动绕过各大网站的中转链接,直接跳转到目标页面,提升浏览体验,减少不必要的等待和手动点击。支持 QQ、微信、CSDN、知乎、掘金、微博、豆瓣、LeetCode 等常见网站,智能解析 URL 或 HTML 页面中的真实目标链接,确保用户快速访问所需内容。
+# 插件下载
+- Google Chrome:插件审核中
+- Mozilla Firefox:插件审核中
+- Microsoft Edge:插件审核中
+- Apple Safari:一年99美元算了,不想支持
+
# 支持的网站列表
- link.juejin.cn
diff --git a/background.js b/background.js
index 234b3f7..a7efc92 100644
--- a/background.js
+++ b/background.js
@@ -37,6 +37,7 @@ const redirectMap = {
"www.qcc.com": { path: "/web/transfer-link", testHref: "https://www.qcc.com/web/transfer-link?link=https://github.com/galaxy-sea/AutoRedirector" },
"www.yuque.com": { path: "/r/goto", testHref: "https://www.yuque.com/r/goto?url=https://github.com/galaxy-sea/AutoRedirector" },
"xie.infoq.cn": { path: "/link", testHref: "https://xie.infoq.cn/link?target=https://github.com/galaxy-sea/AutoRedirector" },
+ "www.infoq.cn": { path: "/link", testHref: "https://www.infoq.cn/link?target=https%3A%2F%2Fgithub.com%2Fgalaxy-sea%2FAutoRedirector" },
"www.baike.com": { path: "/redirect_link", testHref: "https://www.baike.com/redirect_link?url=https://github.com/galaxy-sea/AutoRedirector" },
"developers.weixin.qq.com": { path: "/community/middlepage/href", testHref: "https://developers.weixin.qq.com/community/middlepage/href?href=https://github.com/galaxy-sea/AutoRedirector" },
"developer.aliyun.com": { path: "/redirect", testHref: "https://developer.aliyun.com/redirect?target=https://github.com/galaxy-sea/AutoRedirector" },
diff --git a/options.html b/options.html
index 0e0da57..ca6c6ac 100644
--- a/options.html
+++ b/options.html
@@ -22,7 +22,7 @@
-
+
善良的好人们,行行好施舍点银子给我买包烟吧,一块两块不嫌少三块四块会更好,赠人香烟手有余香。——by:爱抽烟的人
diff --git a/popup.html b/popup.html
index 9c644ba..ea83cac 100644
--- a/popup.html
+++ b/popup.html
@@ -29,7 +29,7 @@
-
+
善良的好人们,行行好施舍点银子给我买包烟吧,一块两块不嫌少三块四块会更好,赠人香烟手有余香。——by:爱抽烟的人
diff --git a/popup.js b/popup.js
index bd697f6..5f0f64a 100644
--- a/popup.js
+++ b/popup.js
@@ -2,3 +2,7 @@
document.getElementById("openOptions").addEventListener("click", function () {
chrome.tabs.create({ url: "options.html" });
});
+
+document.getElementById("newIssue").addEventListener("click", function () {
+ chrome.tabs.create({ url: "https://github.com/galaxy-sea/AutoRedirector/issues/new?template=%E6%96%B0%E7%9A%84%E4%B8%AD%E8%BD%AC%E9%93%BE%E6%8E%A5%E5%8F%8D%E9%A6%88-%E6%88%96-bug%E5%8F%8D%E9%A6%88.md" });
+});
\ No newline at end of file