noname/game/update.js

18 lines
366 B
JavaScript
Raw Normal View History

2016-03-27 12:13:20 +00:00
window.noname_update={
2017-01-24 14:45:08 +00:00
version:'1.9.6.1',
update:'1.9.6',
2016-03-28 03:15:47 +00:00
changeLog:[
2017-01-23 16:36:45 +00:00
'bug修复',
2016-05-15 03:06:12 +00:00
],
2017-01-18 08:58:53 +00:00
files:[
2017-01-24 14:45:08 +00:00
// 'game/game.js',
'character/hearth.js',
'character/old.js',
'character/rank.js',
'character/yijiang.js',
// 'card/swd.js',
// 'mode/tafang.js',
2017-01-22 09:06:24 +00:00
'theme/simple/style.css',
2017-01-18 08:58:53 +00:00
]
2016-03-27 12:13:20 +00:00
}