更新 'SrcJmSet.js'

Ju
src48597962 2 years ago
parent 3b63759621
commit ae6ddc35cd
  1. 4
      SrcJmSet.js

@ -68,8 +68,8 @@ function SRCSet() {
title: '保存', title: '保存',
col_type: 'text_center_1', col_type: 'text_center_1',
url: $().lazyRule((filepath)=>{ url: $().lazyRule((filepath)=>{
if(!getMyVar('manhuaname') || !getMyVar('manhuaurl')){ if(!getMyVar('manhuaname')){
return "toast://名称或网址标识不能为空"; return "toast://名称不能为空";
} }
if(!getMyVar('manhuaparse') || !getMyVar('manhuaerparse')){ if(!getMyVar('manhuaparse') || !getMyVar('manhuaerparse')){
return "toast://主页源数据和搜索源数据不能同时为空"; return "toast://主页源数据和搜索源数据不能同时为空";

Loading…
Cancel
Save