diff --git a/app/src/main/assets/web/index.html b/app/src/main/assets/web/index.html index f4de68c81..2af52d9a4 100644 --- a/app/src/main/assets/web/index.html +++ b/app/src/main/assets/web/index.html @@ -14,7 +14,7 @@
基本
-
源URL :
+
源域名 :
@@ -33,16 +33,16 @@
+
+
源注释 :
+ +
登录地址:
-
-
注释:
- -
链接验证:
+
+
替换规则:
+ +
+
+
图片样式:
+ +

其它规则
diff --git a/app/src/main/assets/web/index.js b/app/src/main/assets/web/index.js index 13e79007a..7b0ec52a3 100644 --- a/app/src/main/assets/web/index.js +++ b/app/src/main/assets/web/index.js @@ -33,7 +33,6 @@ const RuleJSON = (() => { ruleJson.weight = 0; ruleJson.enabled = true; ruleJson.enabledExplore = true; - ruleJson.bookSourceComment = "" // 搜索规则 $$('.rules .ruleSearch').forEach(item => searchJson[item.title] = ''); @@ -160,7 +159,6 @@ function rule2json() { RuleJSON.ruleContent = contentJson; RuleJSON.lastUpdateTime = RuleJSON.lastUpdateTime == '' ? 0 : parseInt(RuleJSON.lastUpdateTime); - RuleJSON.bookSourceComment = RuleJSON.bookSourceComment == '' ? "" : String(RuleJSON.bookSourceComment); RuleJSON.customOrder = RuleJSON.customOrder == '' ? 0 : parseInt(RuleJSON.customOrder); RuleJSON.weight = RuleJSON.weight == '' ? 0 : parseInt(RuleJSON.weight); RuleJSON.bookSourceType == RuleJSON.bookSourceType == '' ? 0 : parseInt(RuleJSON.weight);