From 7b1034f2c00f255428213a9993d33e8cb30a29a4 Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Sat, 16 Dec 2023 09:22:45 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyAliDisk.js'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SrcJyAliDisk.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/SrcJyAliDisk.js b/SrcJyAliDisk.js
index df3e6082..2b503c0b 100644
--- a/SrcJyAliDisk.js
+++ b/SrcJyAliDisk.js
@@ -758,7 +758,7 @@ function yundiskhistory() {
}));
let d = [];
d.push({
- title: ' 本地历史',
+ title: getMyVar('云盘历史','1')=='1'?"““””本地历史":'本地历史',
url: $('#noLoading#').lazyRule(() => {
putMyVar('云盘历史','1');
refreshPage(false);
@@ -768,7 +768,7 @@ function yundiskhistory() {
col_type: "icon_3_fill"
});
d.push({
- title: ' 云端历史',
+ title: getMyVar('云盘历史','1')=='1'?"““””云端历史":'云端历史',
url: $('#noLoading#').lazyRule(() => {
putMyVar('云盘历史','2');
refreshPage(false);
@@ -778,7 +778,7 @@ function yundiskhistory() {
col_type: "icon_3_fill"
});
d.push({
- title: ' 记录上传',
+ title: '记录上传',
url: $('#noLoading#').lazyRule(() => {
if(getItem('yundisk_updateRecord')=="1"){
clearItem('yundisk_updateRecord')