更新 'SrcJySet.js'

pull/1/head
src48597962 2 years ago
parent 17ca8dfe75
commit 72673e82fb
  1. 6
      SrcJySet.js

@ -2183,7 +2183,7 @@ function extension(){
desc: code, desc: code,
url: $('#noLoading#').lazyRule((code)=>{ url: $('#noLoading#').lazyRule((code)=>{
copy(code); copy(code);
return "hiker://empty"; return "toast://返回上页,订阅后更新资源";
},code), },code),
col_type: "text_1" col_type: "text_1"
}); });
@ -2581,7 +2581,7 @@ function Resourceimport(input,importtype,boxdy){
function JYimport(input) { function JYimport(input) {
if(input.indexOf('@import=js:')>-1){ if(input.indexOf('@import=js:')>-1){
try{ try{
input = input.split('@import=js:')[0].replace('云口令:\n',''); input = input.split('@import=js:')[0];
var cloudimport = 1; var cloudimport = 1;
}catch(e){ }catch(e){
return "toast://聚影√:云口令有误,无法导入"; return "toast://聚影√:云口令有误,无法导入";
@ -2685,7 +2685,7 @@ function JYshare(lx) {
if(lx!=2){ if(lx!=2){
copy(code); copy(code);
}else{ }else{
copy(`云口令:\n`+code+`@import=js:$.require("hiker://page/cloudimport?rule=聚影√");`); copy(code+`@import=js:$.require("hiker://page/cloudimport?rule=聚影√");`);
} }
return "toast://"+sm2; return "toast://"+sm2;
}else{ }else{

Loading…
Cancel
Save