diff --git a/character/ow.js b/character/ow.js index 3d73e31b4..843023e1c 100644 --- a/character/ow.js +++ b/character/ow.js @@ -204,7 +204,7 @@ character.ow={ var list=[]; if(player.storage.qinru){ for(var i=0;i'+folders[i],filelist); entry.firstChild.addEventListener(lib.config.touchscreen?'touchend':'click',clickDirectory); entry.firstChild.path=path+'/'+folders[i] } for(var i=0;i'+files[i],filelist); entry.firstChild.addEventListener(lib.config.touchscreen?'touchend':'click',clickFile); entry.firstChild.ext=files[i].slice(files[i].lastIndexOf('.')+1); - entry.firstChild.path=path+'/'+files[i] + entry.firstChild.path=path+'/'+files[i]; + entry.firstChild.filename=files[i]; } }); }; @@ -24546,7 +24661,9 @@ page.hide(); pageboard.show(); }; - enterDirectory(page,'font'); + page.init=function(){ + enterDirectory(page,'font'); + }; return page; }()); var dash4=(function(){ @@ -24557,7 +24674,9 @@ page.hide(); pageboard.show(); }; - enterDirectory(page,''); + page.init=function(){ + enterDirectory(page,''); + }; return page; }()); createDash('图','图片文件',dash1); @@ -28139,7 +28258,8 @@ },function(){ alert('连接失败'); button2.disabled=false; - button2.innerHTML='检查游戏更新'; + button2.innerHTML='检查素材更新'; + game.print(script.src); script.remove(); }); }