diff --git a/src/utils/utils.ts b/src/utils/utils.ts index eb014975a0c..37a9795da3f 100644 --- a/src/utils/utils.ts +++ b/src/utils/utils.ts @@ -78,7 +78,7 @@ const scrollToMap = () => { } }; -const pattern = /([\u4e00-\u9fa5]{2,}(市|自治州))/g; +const pattern = /([\u4e00-\u9fa5]{2,}(市|自治州|特别行政区))/g; const extractLocations = (str: string): string[] => { const locations = []; let match;