更新 'SrcJuSet.js'

Ju
src48597962 2 years ago
parent 39874e9810
commit 6a9d6c46da
  1. 4
      SrcJuSet.js

@ -3,8 +3,9 @@ require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJuPublic.js');
function SRCSet() { function SRCSet() {
setPageTitle("♥管理"+getMyVar('SrcJu-Version', '')); setPageTitle("♥管理"+getMyVar('SrcJu-Version', ''));
/*
let sourcenames = yidatalist.map(it=>{ let sourcenames = yidatalist.map(it=>{
return it.name && it.type==runMode; return it.name;
}) })
let d = []; let d = [];
@ -44,6 +45,7 @@ function SRCSet() {
d.push({ d.push({
col_type: "blank_block" col_type: "blank_block"
}) })
*/
d.push({ d.push({
title: '增加', title: '增加',
url: $('hiker://empty#noRecordHistory##noHistory#').rule((sourcefile) => { url: $('hiker://empty#noRecordHistory##noHistory#').rule((sourcefile) => {

Loading…
Cancel
Save