Skip to content

Commit

Permalink
Merge branch 'yihong0618:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jujimeizuo authored Oct 17, 2023
2 parents 148bc66 + ae72e21 commit ff62d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ff62d0d

Please sign in to comment.