This commit is contained in:
libccy 2016-05-22 09:50:15 +08:00
parent 1806547580
commit 85a48f5e09
2 changed files with 4 additions and 4 deletions

View File

@ -15711,7 +15711,7 @@
} }
} }
} }
var packname='mode_extension_'+extname; var packname='mode_extension_'+packagename;
lib.characterPack[packname]=pack.character; lib.characterPack[packname]=pack.character;
lib.translate[packname+'_character_config']=packagename; lib.translate[packname+'_character_config']=packagename;
}, },
@ -15748,7 +15748,7 @@
lib.card.list.push([suits[Math.floor(Math.random()*suits.length)],Math.ceil(Math.random()*13),name]); lib.card.list.push([suits[Math.floor(Math.random()*suits.length)],Math.ceil(Math.random()*13),name]);
} }
} }
var packname='mode_extension_'+extname; var packname='mode_extension_'+packagename;
if(!lib.cardPack[packname]){ if(!lib.cardPack[packname]){
lib.cardPack[packname]=[]; lib.cardPack[packname]=[];
lib.translate[packname+'_card_config']=extname; lib.translate[packname+'_card_config']=extname;

View File

@ -4,9 +4,9 @@ window.noname_update={
'修bug', '修bug',
], ],
files:{ files:{
global:['game/phantom.js','mode/stone.js','character/hearth.js','character/swd.js','theme/simple/style.css'], global:['game/game.js','game/phantom.js','mode/stone.js','character/hearth.js','character/swd.js','theme/simple/style.css'],
'1.8.10.2':['mode/guozhan.js'], '1.8.10.2':['mode/guozhan.js'],
'1.8.10.3':['game/game.js','character/sp.js','layout/default/layout.css'], '1.8.10.3':['character/sp.js','layout/default/layout.css'],
'1.8.10.4':[], '1.8.10.4':[],
} }
} }