update SrcJuying.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 976d028568
commit 383c980695
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 3
      SrcJuying.js

@ -313,8 +313,6 @@ function yiji() {
if(排序 != ""){ if(排序 != ""){
MY_URL = MY_URL + "&order=" + (排序=="最新"?"time":"score"); MY_URL = MY_URL + "&order=" + (排序=="最新"?"time":"score");
} }
if(MY_PAGE==1){
var cfgfile = "hiker://files/rules/Src/Juying/config.json"; var cfgfile = "hiker://files/rules/Src/Juying/config.json";
var Juyingcfg=fetch(cfgfile); var Juyingcfg=fetch(cfgfile);
if(Juyingcfg != ""){ if(Juyingcfg != ""){
@ -322,6 +320,7 @@ function yiji() {
}else{ }else{
var JYconfig= {}; var JYconfig= {};
} }
if(MY_PAGE==1){
d.push({ d.push({
title: "管理", title: "管理",
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => {

Loading…
Cancel
Save