加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
myBookReplaceRule.json 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
52fisher 提交于 2019-11-26 17:21 . init
[
{
"enable": true,
"id": 2,
"isRegex": true,
"regex": "(^\\s{0,4}第.{1,8}章.{0,30}\\n)+",
"replaceSummary": "去掉正文重复标题",
"replacement": " $1",
"serialNumber": 2,
"useTo": ""
},
{
"enable": true,
"id": 3,
"isRegex": false,
"regex": "木仓",
"replaceSummary": "禁词-枪",
"replacement": "枪",
"serialNumber": 3,
"useTo": ""
},
{
"enable": true,
"id": 4,
"isRegex": true,
"regex": "玫瑰小说网.*?(群号)",
"replaceSummary": "玫瑰小说网广告",
"replacement": "",
"serialNumber": 4,
"useTo": ""
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化