From 96792623e128cbc2b0833aa1391189473884ff76 Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Mon, 11 Sep 2023 21:28:12 +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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/SrcJyAliDisk.js b/SrcJyAliDisk.js
index 06caf97..668663a 100644
--- a/SrcJyAliDisk.js
+++ b/SrcJyAliDisk.js
@@ -378,7 +378,7 @@ function aliMyDisk(folder_id,nofilter) {
let mydisk = myDiskMenu(1) || [];
d = d.concat(mydisk);
d.push({
- title: "备份盘",
+ title: getMyVar("selectDisk","1")=="1"?"““””备份盘":"备份盘",
img: "https://hikerfans.com/tubiao/grey/167.png",
url: $('#noLoading#').lazyRule(() => {
putMyVar("selectDisk","1");
@@ -388,7 +388,7 @@ function aliMyDisk(folder_id,nofilter) {
col_type: 'icon_2'
})
d.push({
- title: "资源库",
+ title: getMyVar("selectDisk","1")=="2"?"““””资源库":"资源库",
img: "https://hikerfans.com/tubiao/grey/126.png",
url: $('#noLoading#').lazyRule(() => {
putMyVar("selectDisk","2");