本WIKI于2021年03月04日通过了时雨音的接管申请,编辑权限开放。
欢迎收藏本WIKI防止迷路,也希望有爱的小伙伴和我们一起编辑哟~
建议使用PC版页面访问本WIKI以获得更佳体验!
编辑帮助 • WIKI建议 • 加入我们 • 使用哔哩哔哩APP打开WIKI
全站通知:
MediaWiki:SimLRC.js
刷
历
编
(重定向自用户:646195980/SimLRC.js)
跳到导航
跳到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
document.querySelectorAll('pre#lrc').forEach(i => {
let t = document.createElement('textarea');
t.id = 'lrc';
t.value = i.textContent;
i.parentNode.replaceChild(t, i);
});
//From:https://github.com/Simsv-Software/SimLRC/blob/main/demo/demo.js
let lrc;
let options = {callback: text => {document.title = text + " - 坎公骑冠剑WIKI";}};
try { options = JSON.parse(document.getElementById("conf").value); }
catch (_ignore) {}
lrc = new SimLRC(document.getElementById("lrc").value);
lrc.render(document.getElementById("container"), document.querySelector("audio"), options);

沪公网安备 31011002002714 号