Skip to content

Commit

Permalink
修复网游文 血量:25 错误识别为目录的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
52fisher authored Oct 13, 2023
1 parent 00a87da commit c8f4771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/assets/defaultData/txtTocRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@
"id": -21,
"enable": true,
"name": "书名 括号 序号",
"rule": "^.{1,20}[((][\\d〇零一二两三四五六七八九十百千万壹贰叁肆伍陆柒捌玖拾佰仟]{1,8}[))][  \t]{0,4}$",
"rule": "^[一-龥]{1,20}[  \t]{0,4}[((][\\d〇零一二两三四五六七八九十百千万壹贰叁肆伍陆柒捌玖拾佰仟]{1,8}[))][  \t]{0,4}$",
"example": "标题后面数字有括号(12)",
"serialNumber": 20
},
{
"id": -22,
"enable": true,
"name": "书名 序号",
"rule": "^.{1,20}[\\d〇零一二两三四五六七八九十百千万壹贰叁肆伍陆柒捌玖拾佰仟]{1,8}[  \t]{0,4}$",
"rule": "^[一-龥]{1,20}[  \t]{0,4}[\\d〇零一二两三四五六七八九十百千万壹贰叁肆伍陆柒捌玖拾佰仟]{1,8}[  \t]{0,4}$",
"example": "标题后面数字没有括号124",
"serialNumber": 21
},
Expand Down

0 comments on commit c8f4771

Please sign in to comment.