Skip to content

Commit

Permalink
fix: consider only chinese charts
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Nov 20, 2023
1 parent 4004870 commit 9a4ee4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aliyundrive-rename",
"type": "module",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"packageManager": "[email protected]",
"description": "Batch rename files of aliyundrive.",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function guessSeason() {
season.value = currentSeason
}
const Chinese = /([\u4E00-\u9FA5A-Z0-9]+)/i
const Chinese = /([\u4E00-\u9FA5]+)/i
// 猜剧集名:
// 1.如果有中文字符,则取中文字符
Expand Down

0 comments on commit 9a4ee4b

Please sign in to comment.