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