web: update rules

This commit is contained in:
Xwite 2023-05-19 18:13:03 +08:00 committed by GitHub
parent 2668e317ba
commit 2666728041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,6 +365,13 @@ export default {
type: "String",
hint: "选择章节链接 (规则结果为String类型的Url)",
},
{
title: "标题处理",
namespace: "ruleToc",
id: "formatJs",
type: "String",
hint: "直接填写js 提供index和tittle变量",
},
{
title: "卷名标识",
namespace: "ruleToc",
@ -419,6 +426,13 @@ export default {
type: "String",
hint: "选择正文内容 (规则结果为String)",
},
{
title: "标题规则",
namespace: "ruleContent",
id: "title",
type: "String",
hint: "获取结果将会覆盖章节标题 (规则结果为String)",
},
{
title: "翻页规则",
namespace: "ruleContent",