From 573c33fd589588c2b2f5a63eb179f57b1c2441e2 Mon Sep 17 00:00:00 2001 From: libccy Date: Sat, 18 Nov 2017 05:00:34 +0800 Subject: [PATCH] 44 --- game/game.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game/game.js b/game/game.js index 171339c7a..7f8b689e4 100644 --- a/game/game.js +++ b/game/game.js @@ -32612,7 +32612,7 @@ shareExtLine.style.marginBottom='5px'; shareExtLine.innerHTML='已导出扩展。分享扩展×'; shareExtLine.querySelectorAll('span')[0].onclick=function(){ - game.open('https://tieba.baidu.com/p/5037850317'); + game.open('https://tieba.baidu.com/p/5438480822'); }; shareExtLine.querySelectorAll('span')[1].onclick=function(){ shareExtLine.style.display='none'; @@ -34636,7 +34636,7 @@ }; window.extension={}; if(game.download){ - lib.init.req(extensionURL+'package.js',function(){ + lib.init.req(extensionURL+'catalog.js',function(){ try{ eval(this.responseText); // if(!window.noname_extension_list){ @@ -34655,7 +34655,7 @@ }); } else{ - lib.init.js(extensionURL.replace(/raw\.githubusercontent\.com/,'rawgit.com')+'package.js',null,loaded,function(){ + lib.init.js(extensionURL.replace(/raw\.githubusercontent\.com/,'rawgit.com')+'catalog.js',null,loaded,function(){ delete window.extension; loading.innerHTML='连接失败'; });