feat: 支持 mail.163.com 的子域名匹配,优化邮箱处理逻辑

This commit is contained in:
QLHazyCoder
2026-04-10 19:04:07 +08:00
parent ba128ed8d6
commit 9b4fa7188f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -42,7 +42,8 @@
},
{
"matches": [
"https://mail.163.com/*"
"https://mail.163.com/*",
"https://*.mail.163.com/*"
],
"js": ["content/utils.js", "content/mail-163.js"],
"all_frames": true,