From ebce0f8c83dd898348b3b0b7c55a5ae3c0e3fc72 Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Fri, 14 Oct 2022 09:25:14 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SrcJySet.js | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/SrcJySet.js b/SrcJySet.js
index a45eeb28..23b01e75 100644
--- a/SrcJySet.js
+++ b/SrcJySet.js
@@ -1505,6 +1505,9 @@ function jiexi(lx,data) {
//扩展中心
function extension(){
addListener("onClose", $.toString(() => {
+ clearMyVar('importjiekou');
+ clearMyVar('importjiexi');
+ clearMyVar('importlive');
refreshPage(false);
}));
var d = [];
@@ -1551,9 +1554,9 @@ function extension(){
//上面的代码是将订阅历史迁移合并到config中
function getide(is) {
if(is==1){
- return '‘‘’’◉ ';
+ return '‘‘’’◉ ';
}else{
- return '‘‘’’◉ ';
+ return '‘‘’’◉ ';
}
}
d.push({
@@ -1963,7 +1966,7 @@ function extension(){
extra:{textSize:16}
});
d.push({
- title:'影视接口',
+ title:(getMyVar('importjiekou','0')=="1"?getide(1):getide(0))+'影视接口',
col_type:'text_3',
url:$("确定要清空上面填写的内容?").confirm(()=>{
clearMyVar('parsename');
@@ -1974,7 +1977,7 @@ function extension(){
})
});
d.push({
- title:'解析接口',
+ title:(getMyVar('importjiexi','0')=="1"?getide(1):getide(0))+'解析接口',
col_type:'text_3',
url:$("确定要清空上面填写的内容?").confirm(()=>{
clearMyVar('parsename');
@@ -1985,7 +1988,7 @@ function extension(){
})
});
d.push({
- title:'直播接口',
+ title:(getMyVar('importlive','0')=="1"?getide(1):getide(0))+'直播接口',
col_type:'text_3',
url:$("确定要清空上面填写的内容?").confirm(()=>{
clearMyVar('parsename');