From 0f32ebab344287abee860280356d9e31c8e4c504 Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Tue, 22 Oct 2024 16:44:38 +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 | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/SrcJuying.js b/SrcJuying.js
index 316bdf1a..95e13398 100644
--- a/SrcJuying.js
+++ b/SrcJuying.js
@@ -1375,12 +1375,11 @@ function yiji() {
}
if(getItem('historyEnable')=='1'){
- let i = parseInt(getMyVar('SrcJu_homeHistory','0'));
d.push({
title: '\t观看记录\t\t\t',
- desc: "" + (i*3+1) + "-" + (i*3+3) + "",
- url: $('#noLoading#').lazyRule((i) => {
- i = i + 1;
+ desc: "1-3",
+ url: $('#noLoading#').lazyRule(() => {
+ let i = parseInt(getMyVar('SrcJu_homeHistory','0')) + 1;
require(config.依赖.replace(/[^/]*$/,'') + 'SrcJyPublic.js');
putMyVar('SrcJu_homeHistory', i);
@@ -1389,7 +1388,7 @@ function yiji() {
addItemAfter("historyid", h);
updateItem("historyid", {desc: (i*3+1) + "-" + (i*3+3)});
return "hiker://empty";
- },i),
+ }),
pic_url: getIcon("主页-记录.svg", 1),//'https://hikerfans.com/tubiao/red/40.png',
col_type: 'avatar',
extra: {