Upd
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user