本WIKI于2021年03月04日通过了时雨音的接管申请,编辑权限开放。

欢迎收藏本WIKI防止迷路,也希望有爱的小伙伴和我们一起编辑哟~

建议使用PC版页面访问本WIKI以获得更佳体验!

编辑帮助WIKI建议加入我们使用哔哩哔哩APP打开WIKI

全站通知:

快速遴选

来自坎特伯雷公主与骑士唤醒冠军之剑的奇幻冒险WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

快速遴选

遴选页面可以一次性展示多条材料,可以在遴选管理(管理未遴选的项目:https://zhpj.hnedu.cn/zhpj/lxSbSh/lxlist?lxzt=0 )页面,打开浏览器控制台,输入以下代码快速全部遴选:

代码(点击可复制)

let ids=[];document.querySelectorAll("button").forEach(e=>{const i=e.getAttribute("onclick");if(i){const match=i.match(/lx\('(.*)','[^']+'\)/);if(match&&match[1])ids.push(match[1])}});ids.forEach((id)=>{const xhr=new XMLHttpRequest();xhr.open("POST","https://zhpj.hnedu.cn/zhpj/lxSbSh/lx",true);xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded");xhr.onreadystatechange=function(){if(xhr.readyState===4&&xhr.status===200){console.log(xhr.responseText)}else if(xhr.readyState===4&&xhr.status!==200){console.error(xhr.status)}};const formData=`ids=${encodeURIComponent(id)}&lxzt=1`;xhr.send(formData)});