更新 'SrcJySet.js'

master
src48597962 9 months ago
parent b8159e7276
commit 835a63a8fc
  1. 11
      SrcJySet.js

@ -1828,16 +1828,17 @@ function Resourceimport(input,importtype){
}
}
if(/^csp_XBiubiu/.test(obj.api)){
if(/drpy2/.test(obj.api)){
arr = { "name": obj.name, "type": "drpy", "ext": extfile};
}
/*
else if(/^csp_XBiubiu/.test(obj.api)){
arr = { "name": obj.name, "type": "biubiu", "ext": extfile};
}else if(/^csp_XPath/.test(obj.api)){
arr = { "name": obj.name, "type": "xpath", "ext": extfile};
}else if(obj.api=="csp_XBPQ"){
arr = { "name": obj.name, "type": "XBPQ", "ext": extfile};
}else if(/drpy2/.test(obj.api)){
arr = { "name": obj.name, "type": "drpy", "ext": extfile};
}
/*else if(/^csp_XYQHiker/.test(obj.api)){
}else if(/^csp_XYQHiker/.test(obj.api)){
arr = { "name": obj.name, "type": "XYQ", "ext": extfile};
}
*/

Loading…
Cancel
Save