diff --git a/SrcJyAliDisk.js b/SrcJyAliDisk.js
index 269207e5..d65e8058 100644
--- a/SrcJyAliDisk.js
+++ b/SrcJyAliDisk.js
@@ -391,14 +391,14 @@ function aliMyDisk(folder_id,nofilter) {
let mydisk = myDiskMenu(1) || [];
d = d.concat(mydisk);
d.push({
- title: getMyVar("selectDisk","1")=="1"?"““””备份盘":"备份盘",
+ title: getMyVar("selectDisk","1")=="1"?"‘‘’’备份盘":"备份盘",
img: "https://hikerfans.com/tubiao/grey/167.png",
url: $('#noLoading#').lazyRule(() => {
putMyVar("selectDisk","1");
refreshPage(false);
return "hiker://empty";
}),
- col_type: 'icon_small_3'
+ col_type: 'icon_3_fill'
})
d.push({
title: getMyVar("selectDisk","1")=="2"?"““””资源库":"资源库",
@@ -408,7 +408,7 @@ function aliMyDisk(folder_id,nofilter) {
refreshPage(false);
return "hiker://empty";
}),
- col_type: 'icon_small_3'
+ col_type: 'icon_3_fill'
})
d.push({
title: getMyVar("selectDisk","1")=="3"?"““””盘搜索":"盘搜索",
@@ -418,7 +418,7 @@ function aliMyDisk(folder_id,nofilter) {
refreshPage(false);
return "hiker://empty";
}),
- col_type: 'icon_small_3'
+ col_type: 'icon_3_fill'
})
}
try{