From 6f7da57e3a02db3e8031216c4dd79cedf1b09218 Mon Sep 17 00:00:00 2001 From: xream Date: Thu, 25 Apr 2024 13:38:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=97=E5=B8=9C=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E4=B8=AD=E5=B0=86=20=20=F0=9F=8F=B4=E2=80=8D=E2=98=A0=EF=B8=8F?= =?UTF-8?q?=20=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=F0=9F=8C=88=20=E4=B9=9F?= =?UTF-8?q?=E8=A7=86=E4=B8=BA=E5=B7=B2=E6=9C=89=E6=97=97=E5=B8=9C=E5=B9=B6?= =?UTF-8?q?=E5=9C=A8=E5=88=A0=E9=99=A4=E5=90=8E=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E6=97=97=E5=B8=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/package.json | 2 +- backend/src/core/proxy-utils/processors/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/package.json b/backend/package.json index 0b1b6c8..40b8628 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.299", + "version": "2.14.300", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/core/proxy-utils/processors/index.js b/backend/src/core/proxy-utils/processors/index.js index e41c426..166c0fc 100644 --- a/backend/src/core/proxy-utils/processors/index.js +++ b/backend/src/core/proxy-utils/processors/index.js @@ -867,7 +867,7 @@ function clone(object) { // remove flag function removeFlag(str) { return str - .replace(/[\uD83C][\uDDE6-\uDDFF][\uD83C][\uDDE6-\uDDFF]/g, '') + .replace(/[\uD83C][\uDDE6-\uDDFF][\uD83C][\uDDE6-\uDDFF]|🏴‍☠️|🏳️‍🌈/g, '') .trim(); }