This commit is contained in:
QLHazyCoder
2026-04-25 19:33:40 +08:00
28 changed files with 463 additions and 34 deletions
+2
View File
@@ -85,6 +85,8 @@
function is163MailHost(hostname = '') {
return hostname === 'mail.163.com'
|| hostname.endsWith('.mail.163.com')
|| hostname === 'mail.126.com'
|| hostname.endsWith('.mail.126.com')
|| hostname === 'webmail.vip.163.com';
}