Merge pull request #418 from 52fisher/master

numeric type : dot is  available
pull/423/head 3.20.101421
kunfei 4 years ago committed by GitHub
commit fe9c9b9cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/assets/txtTocRule.json

@ -31,7 +31,7 @@
"id": -5, "id": -5,
"enable": false, "enable": false,
"name": "数字(纯数字标题)", "name": "数字(纯数字标题)",
"rule": "(?<=[ \\s])\\d+[  \\t]{0,4}$", "rule": "(?<=[ \\s])\\d+\\.?[  \\t]{0,4}$",
"serialNumber": 4 "serialNumber": 4
}, },
{ {

Loading…
Cancel
Save