noname/game/update.js

13 lines
372 B
JavaScript
Raw Normal View History

2016-03-27 12:13:20 +00:00
window.noname_update={
2016-05-20 15:15:49 +00:00
version:'1.8.10.5',
2016-03-28 03:15:47 +00:00
changeLog:[
2016-05-20 12:30:12 +00:00
'修bug',
2016-05-15 03:06:12 +00:00
],
files:{
2016-05-22 01:50:15 +00:00
global:['game/game.js','game/phantom.js','mode/stone.js','character/hearth.js','character/swd.js','theme/simple/style.css'],
2016-05-20 12:30:12 +00:00
'1.8.10.2':['mode/guozhan.js'],
2016-05-22 01:50:15 +00:00
'1.8.10.3':['character/sp.js','layout/default/layout.css'],
2016-05-20 15:15:49 +00:00
'1.8.10.4':[],
2016-05-15 03:06:12 +00:00
}
2016-03-27 12:13:20 +00:00
}