Update SrcHelper.js

assistant
jevons0411 2 years ago
parent 3b341df426
commit d0f967c5a3
  1. 7
      SrcHelper.js

@ -1,12 +1,7 @@
function homepage(helper) { function homepage(helper) {
var cloudVersion = 7.01;//插件版本号,判断是否需要更新 var cloudVersion = 7.01;//插件版本号,判断是否需要更新
if(config.SrcSet=='hiker://files/cache/SrcSet.js'){ if(config.SrcSet=='hiker://files/cache/SrcSet.js'){
confirm({
title:'帅助手发现新版本,是否更新?',
content:'',
confirm:'',
cancel:''
})
} }
if (!fileExist('hiker://files/rules/Src/Auto/config.json')&&fileExist('hiker://files/cache/SrcSet.js')) { if (!fileExist('hiker://files/rules/Src/Auto/config.json')&&fileExist('hiker://files/cache/SrcSet.js')) {

Loading…
Cancel
Save