From 5419ebeed1224d3ce91831a542d935a048522a6d Mon Sep 17 00:00:00 2001 From: 52fisher <32198215+52fisher@users.noreply.github.com> Date: Tue, 16 May 2023 01:38:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=A0=87=E9=A2=98=E6=94=AF?= =?UTF-8?q?=E6=8C=81=2012=E7=AB=A0=20xxx=20=E5=92=8C=20=E4=BA=8C=E5=8D=81?= =?UTF-8?q?=E5=9B=9B=E7=AB=A0=20xxx=20=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/defaultData/txtTocRule.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/assets/defaultData/txtTocRule.json b/app/src/main/assets/defaultData/txtTocRule.json index c72ecf877..1a271faac 100644 --- a/app/src/main/assets/defaultData/txtTocRule.json +++ b/app/src/main/assets/defaultData/txtTocRule.json @@ -67,16 +67,16 @@ "id": -9, "enable": true, "name": "大写数字 分隔符 标题名称", - "rule": "^[  \\t]{0,4}(?:序章|楔子|正文(?!完|结)|终章|后记|尾声|番外|[零一二两三四五六七八九十百千万壹贰叁肆伍陆柒捌玖拾佰仟]{1,8})[ 、_—\\-].{1,30}$", - "example": "一、只有前面的数字有差别", + "rule": "^[  \\t]{0,4}(?:序章|楔子|正文(?!完|结)|终章|后记|尾声|番外|[零一二两三四五六七八九十百千万壹贰叁肆伍陆柒捌玖拾佰仟]{1,8}章?)[ 、_—\\-].{1,30}$", + "example": "一、只有前面的数字有差别\n二十四章 我瞎编的标题", "serialNumber": 8 }, { "id": -10, "enable": false, "name": "数字混合 分隔符 标题名称", - "rule": "^[  \\t]{0,4}(?:序章|楔子|正文(?!完|结)|终章|后记|尾声|番外|[零一二两三四五六七八九十百千万壹贰叁肆伍陆柒捌玖拾佰仟]{1,8}[ 、_—\\-]|\\d{1,5}[::,., 、_—\\-]).{0,30}$", - "example": "1、人参公鸡\n二百二十、boy next door", + "rule": "^[  \\t]{0,4}(?:序章|楔子|正文(?!完|结)|终章|后记|尾声|番外|[零一二两三四五六七八九十百千万壹贰叁肆伍陆柒捌玖拾佰仟]{1,8}章?[ 、_—\\-]|\\d{1,5}章?[::,., 、_—\\-]).{0,30}$", + "example": "1、人参公鸡\n二百二十章 boy next door", "serialNumber": 9 }, { @@ -207,4 +207,4 @@ "example": "兜底规则,请勿改动此内容", "serialNumber": 99 } -] \ No newline at end of file +]