From 90dc27164657390fc6bb39c5803c6c42001050f2 Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Fri, 2 Feb 2024 21:25:16 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuPublic.js'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SrcJuPublic.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/SrcJuPublic.js b/SrcJuPublic.js
index 9806dad5..2ed8b8e0 100644
--- a/SrcJuPublic.js
+++ b/SrcJuPublic.js
@@ -96,7 +96,7 @@ function selectSource(selectType) {
getListData("yi",selectType).forEach(it=>{
if(sourcenames.indexOf(it.name)==-1){
if(Juconfig[runMode+'sourcename'] == it.name){
- it.name = '‘‘’’'+it.name+'';
+ it.name = ''+it.name+'';
}
sourcenames.push({title: it.name, icon: it.img, url: it.name});
}
@@ -105,7 +105,7 @@ function selectSource(selectType) {
return "toast://当前分类无接口"
}
//return $(sourcenames,3,"选择 "+selectType+" 主页源").select((runMode,sourcename,cfgfile,Juconfig) => {
- hikerPop.selectCenterIcon({iconList: sourcenames, title: "选择 "+selectType+" 主页源", columns: 3, click(input) {
+ hikerPop.selectCenterIcon({iconList: sourcenames, title: "选择 "+selectType+" 主页源", columns: 2, click(input) {
input = input.replace(/‘|’|“|”|<[^>]+>/g,"");
if(Juconfig["runMode"] == runMode && input==Juconfig[runMode+'sourcename']){
return 'toast://'+runMode+' 主页源:' + input;