mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
simplify mdict parser
This commit is contained in:
parent
e707f7a0d4
commit
f82c34ba62
13 changed files with 1918 additions and 44 deletions
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
var file;
|
||||
var blocksize = 1024;
|
||||
var blocksize = 20480;
|
||||
function loadSlice(){
|
||||
function render(u8array){
|
||||
document.body.innerHTML = marked(new TextDecoder().decode(u8array));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue