This commit is contained in:
2026-01-05 17:01:56 +03:00
parent 6525bbab11
commit e2f855bb39

View File

@@ -41,6 +41,7 @@ const NOISE_PATTERNS = [
];
// 2) Keyword -> icon tags (if found in original name, icon is added; the keyword is removed from base name)
// ⓕⓘⓩⓩ ⓤⓝⓒⓓ ⓓⓥⓟⓝ ⓥⓩⓓⓗ
const ICON_RULES = [
{ regex: /TEST/gi, icon: "🧪" },
{ regex: uWordBoundaryGroup("Low Ping"), icon: "⚡️" },
@@ -48,7 +49,12 @@ const ICON_RULES = [
{ regex: uWordBoundaryGroup("YT|Russia|Россия"), icon: "📺" },
{ regex: uWordBoundaryGroup("IPv6"), icon: "6⃣" },
{ regex: uWordBoundaryGroup("Gemini|AI Studio"), icon: "🤖" },
{ regex: uWordBoundaryGroup("Torrent|P2P|P2P-Torrents"), icon: "🧲" }
{ regex: uWordBoundaryGroup("Torrent|P2P|P2P-Torrents"), icon: "🧲" },
{ regex: uWordBoundaryGroup("xfizz|x-fizz"), icon: "ⓕ" },
{ regex: uWordBoundaryGroup("unicade|uncd"), icon: "ⓤ" },
{ regex: uWordBoundaryGroup("vzdh|vezdehod"), icon: "ⓓ" },
{ regex: uWordBoundaryGroup("dvpn|d-vpn"), icon: "ⓥ" },
];
// 3) Optional “network” tag rules based on NAME text (not $server.network)