noname/game/update.js

59 lines
1.4 KiB
JavaScript
Raw Normal View History

2020-09-06 06:22:50 +00:00
window.noname_update={
2024-01-28 14:56:57 +00:00
version:'1.10.7',
2024-01-28 14:43:31 +00:00
update:'1.10.6.2',
2020-09-06 06:22:50 +00:00
changeLog:[
2024-01-29 03:20:30 +00:00
'整合@PZ157 @nonameShijian @universe-st @mengxinzxz @copcap @Tipx-L 的Pull Request',
'OL族吴乔、谋关羽手杀谋荀彧海外服侠关羽、石韬、史阿、玉真子',
2023-10-05 14:30:48 +00:00
'其他AI优化与bug修复',
2020-09-06 06:22:50 +00:00
],
files:[
2023-10-31 13:13:30 +00:00
'card/standard.js',
2024-01-13 03:36:02 +00:00
2024-01-25 15:22:07 +00:00
'character/clan.js',
'character/diy.js',
2023-09-28 03:25:13 +00:00
'character/extra.js',
2024-01-25 15:22:07 +00:00
'character/gujian.js',
'character/gwent.js',
'character/hearth.js',
2023-10-31 13:13:30 +00:00
'character/huicui.js',
'character/jsrg.js',
2023-10-05 14:30:48 +00:00
'character/mobile.js',
2023-10-31 13:13:30 +00:00
'character/offline.js',
2024-01-25 15:22:07 +00:00
'character/onlyOL.js',
2023-10-31 13:13:30 +00:00
'character/rank.js',
'character/refresh.js',
'character/sb.js',
'character/shenhua.js',
'character/sp.js',
'character/sp2.js',
'character/standard.js',
'character/tw.js',
'character/xianding.js',
2024-01-25 15:22:07 +00:00
'character/yijiang.js',
2024-01-13 03:36:02 +00:00
2024-01-25 15:22:07 +00:00
'mode/guozhan.js',
2024-01-13 03:36:02 +00:00
2024-01-28 14:43:31 +00:00
'noname/ai/basic.js',
2024-01-13 03:36:02 +00:00
'noname/game/index.js',
2024-01-19 15:26:35 +00:00
2024-01-13 03:36:02 +00:00
'noname/get/index.js',
2024-01-19 15:26:35 +00:00
2024-01-14 04:39:44 +00:00
'noname/library/index.js',
2024-01-29 03:20:30 +00:00
'noname/library/update-urls.js',
2024-01-19 15:26:35 +00:00
2024-01-28 14:43:31 +00:00
'noname/library/cache/cacheContext.js',
'noname/library/cache/childNodesWatcher.js',
'noname/library/crypt/md5.js',
2024-01-25 15:22:07 +00:00
'noname/library/element/card.js',
2024-01-13 03:36:02 +00:00
'noname/library/element/content.js',
'noname/library/element/gameEventPromise.js',
2024-01-25 15:22:07 +00:00
'noname/library/element/player.js',
2024-01-28 14:43:31 +00:00
'noname/library/element/vcard.js',
2024-01-19 15:26:35 +00:00
2024-01-28 14:43:31 +00:00
'noname/ui/index.js',
2020-09-06 06:22:50 +00:00
]
};