noname/game/update.js

26 lines
561 B
JavaScript
Raw Normal View History

2016-03-27 12:13:20 +00:00
window.noname_update={
2019-08-23 15:06:48 +00:00
version:'1.9.92.1',
update:'1.9.92',
2018-04-17 07:32:43 +00:00
changeLog:[
2019-08-23 15:06:48 +00:00
'新增武将张菖蒲,许贡,忙牙长',
'添加武将小包分包和批量AI禁选',
2019-08-07 15:38:38 +00:00
'BUG修复',
2019-08-23 15:06:48 +00:00
'players://["zhangchangpu","xugong","mangyachang"]',
2018-06-12 07:06:21 +00:00
],
2018-04-17 07:32:43 +00:00
files:[
2019-08-23 15:06:48 +00:00
'card/standard.js',
'character/extra.js',
'character/mobile.js',
2019-08-13 04:52:38 +00:00
'character/old.js',
2019-08-23 15:06:48 +00:00
'character/refresh.js',
2019-08-07 15:38:38 +00:00
'character/shenhua.js',
'character/sp.js',
2019-08-17 10:44:34 +00:00
'character/standard.js',
2019-08-07 15:38:38 +00:00
'character/yijiang.js',
2019-08-23 15:06:48 +00:00
'mode/doudizhu.js',
'mode/identity.js',
2019-08-07 15:38:38 +00:00
'mode/guozhan.js',
'game/game.js',
2018-04-17 07:32:43 +00:00
]
2019-06-17 01:09:02 +00:00
};