diff --git a/README-EN.md b/README-EN.md index 97bb3a353ef..a16fe7d0e7e 100644 --- a/README-EN.md +++ b/README-EN.md @@ -10,9 +10,9 @@ | [yihong0618](https://github.com/yihong0618) | https://yihong.run/running | Nike | | [superleeyom](https://github.com/superleeyom) | https://running.leeyom.top | Keep | | [geekplux](https://github.com/geekplux) | https://activities.geekplux.com | Nike | -| [guanlan](https://github.com/guanlan) | https://grun.vercel.app/ | Strava | -| [tuzimoe](https://github.com/tuzimoe) | https://run.tuzi.moe/ | Nike | -| [ben-29](https://github.com/ben-29) | https://running.ben29.xyz/ | Strava +| [guanlan](https://github.com/guanlan) | https://grun.vercel.app | Strava | +| [tuzimoe](https://github.com/tuzimoe) | https://run.tuzi.moe | Nike | +| [ben_29](https://github.com/ben-29) | https://running.ben29.xyz | Strava ## Features diff --git a/README.md b/README.md index f19c99fbde6..8cea2b52ab1 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ | [yihong0618](https://github.com/yihong0618) | https://yihong.run/running | Nike | | [superleeyom](https://github.com/superleeyom) | https://running.leeyom.top | Keep | | [geekplux](https://github.com/geekplux) | https://activities.geekplux.com | Nike | -| [guanlan](https://github.com/guanlan) | https://grun.vercel.app/ | Strava | -| [tuzimoe](https://github.com/tuzimoe) | https://run.tuzi.moe/ | Nike | -| [ben-29](https://github.com/ben-29) | https://running.ben29.xyz/ | Strava | +| [guanlan](https://github.com/guanlan) | https://grun.vercel.app | Strava | +| [tuzimoe](https://github.com/tuzimoe) | https://run.tuzi.moe | Nike | +| [ben_29](https://github.com/ben-29) | https://running.ben29.xyz | Strava | ## 特性 diff --git a/src/utils/utils.js b/src/utils/utils.js index f52ae342422..a17a82f69e0 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -38,7 +38,7 @@ const locationForRun = (run) => { if (location) { // Only for Chinese now const cityMatch = location.match(/[\u4e00-\u9fa5]*市/); - const provinceMatch = location.match(/[\u4e00-\u9fa5]*省/); + const provinceMatch = location.match(/[\u4e00-\u9fa5]*(省|自治区)/); if (cityMatch) { [city] = cityMatch; }