From 657a1548f418d4bbae571fde04f1d57253ab6e45 Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Tue, 22 Oct 2024 16:41:14 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SrcJuying.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/SrcJuying.js b/SrcJuying.js
index ba14b1e7..c7031f7a 100644
--- a/SrcJuying.js
+++ b/SrcJuying.js
@@ -1375,11 +1375,12 @@ function yiji() {
}
if(getItem('historyEnable')=='1'){
- let i = parseInt(getMyVar('SrcJu_homeHistory','0')) + 1;
+ let i = parseInt(getMyVar('SrcJu_homeHistory','0'));
d.push({
title: '\t观看记录\t\t\t',
- desc: "““””" + (i*3) + "-" + (i*3+3) + "",
+ desc: "" + (i*3+1) + "-" + (i*3+3) + "",
url: $('#noLoading#').lazyRule((i) => {
+ i = i + 1;
require(config.依赖.replace(/[^/]*$/,'') + 'SrcJyPublic.js');
putMyVar('SrcJu_homeHistory', i);