更新 'SrcAutoTmpl.js'

pull/1/head
src48597962 2 years ago
parent 169aa1f28d
commit 53001a4806
  1. 4
      SrcAutoTmpl.js

@ -337,11 +337,11 @@ function autoerji(url){
if(data.conts){
return data;
}else{
aierji(html);
aierji(html,url);
}
}
//AI二级
function aierji(html){
function aierji(html,url){
var d = [];
let alist = pdfa(html, "body&&a");
let arr = alist.map(it => {

Loading…
Cancel
Save