rebuilding site Mon Aug 1 09:37:00 AM CST 2022

This commit is contained in:
James Feng Cao 2022-08-01 09:37:01 +08:00
parent 1d24854e0b
commit 26bfc316fc
15 changed files with 137 additions and 97 deletions

View file

@ -39,13 +39,13 @@
#mdict-online-viewer {
font-size: 14px;
font-family: "Georgia", "Times New Roman";
height: 600px;
height: 100%;
width: 100%;
}
#mdict-online-viewer #definition {
font-size: 14px;
height: 500px;
height: 100%;
overflow: auto;
}
@ -90,7 +90,7 @@
let filenames = location.search.substring(6);
if(filenames.length>0){
dictinput.setAttribute('accept',filenames);
location.href="i:5fsetTimeout(()=>{dictinput.click()},20);setTimeout(()=>{btnLookup.click();dictinput.removeAttribute('accept');},70)";
location.href="i:5fdictinput.click();setTimeout(()=>{btnLookup.click();dictinput.removeAttribute('accept');},70)";
}
window.onhashchange();
</script>