From 4828aeff9079a66d5db26de86bec25b98d922cdf Mon Sep 17 00:00:00 2001 From: Xwite <1797350009@qq.com> Date: Mon, 10 Apr 2023 12:19:12 +0800 Subject: [PATCH] =?UTF-8?q?web:=20=E6=9B=B4=E6=96=B0=E4=B9=A6=E6=BA=90?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/web/src/utils/bookSourceEditConfig.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",