From eb845ea7b93bce6949168a9bf0e11744457f5be5 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Sun, 23 Jan 2022 17:48:40 +0800 Subject: [PATCH] Update index.js --- app/src/main/assets/web/rssSource/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/assets/web/rssSource/index.js b/app/src/main/assets/web/rssSource/index.js index 19f80d090..95a80a588 100644 --- a/app/src/main/assets/web/rssSource/index.js +++ b/app/src/main/assets/web/rssSource/index.js @@ -78,7 +78,6 @@ function rule2json() { Object.keys(RuleJSON).forEach(key => { RuleJSON[key] = $('#' + key).value; }); - //类型转换 RuleJSON.lastUpdateTime = new Date().getTime(); RuleJSON.customOrder = RuleJSON.customOrder == '' ? 0 : parseInt(RuleJSON.customOrder); RuleJSON.articleStyle = RuleJSON.articleStyle == '' ? 0 : parseInt(RuleJSON.articleStyle);