diff --git a/modules/web/src/utils/bookSourceEditConfig.js b/modules/web/src/utils/bookSourceEditConfig.js index d1e59b684..f98b6ba70 100644 --- a/modules/web/src/utils/bookSourceEditConfig.js +++ b/modules/web/src/utils/bookSourceEditConfig.js @@ -71,6 +71,12 @@ export default { type: "String", hint: "并发率", }, + { + title: "js库", + id: "jsLib", + type: "String", + hint: "js库", + }, { title: "请求头", id: "header", @@ -175,6 +181,12 @@ export default { type: "String", hint: "内容能显示在发现菜单\n每行一条发现分类(网址域名可省略),例:\n名称1::网址(Url)1\n名称2::网址(Url)2\n...", }, + { + title: "发现筛选", + id: "exploreScreen", + type: "String", + hint: "发现筛选规则", + }, { title: "列表规则", namespace: "ruleExplore",