-
Notifications
You must be signed in to change notification settings - Fork 624
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ca8769
commit f21c9d8
Showing
2 changed files
with
45 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,59 @@ | ||
window.noname_update={ | ||
version:'1.10.2.1', | ||
update:'1.10.2', | ||
version:'1.10.3', | ||
update:'1.10.2.1', | ||
changeLog:[ | ||
'整合@rintim @mengxinzxz @lieren2023 @PZ157 @Tipx-L @kuangshen04 @nonameShijian @copcap的Pull Request', | ||
'新武将:界钟繇、武陆逊、界文聘、许靖、孟优、陈式、费曜、孙礼、夏侯楙、OL陆郁生、☆周不疑、', | ||
'音效优化:增加不同属性伤害的不同音效', | ||
'技能优化:神典韦、手杀南华老仙等', | ||
'机制更新: 属性【杀】机制完善优化等', | ||
'界面更新: 优化自带代码编辑器;启动页增加新样式;武将资料页美化等', | ||
'其他技能修改与bug修复', | ||
'整合@nonameShijian @PZ157 @MDYY1 @mengxinzxz @lieren2023 @Lucilor @kuangshen04 @BauxiteAI @copcap @Tipx-L @xiaoas @Rintim @universe-st的Pull Request', | ||
'新机制:武将名称前缀的高亮显示', | ||
'将谋攻篇武将加入同名武将切换', | ||
'lib.nature向下兼容和相关函数更改', | ||
'其他AI优化与bug修复', | ||
], | ||
files:[ | ||
'card/extra.js', | ||
'card/guozhan.js', | ||
'card/standard.js', | ||
'card/yingbian.js', | ||
'character/clan.js', | ||
'character/collab.js', | ||
'character/ddd.js', | ||
'character/diy.js', | ||
'character/extra.js', | ||
'character/gwent.js', | ||
'character/hearth.js', | ||
'character/huicui.js', | ||
'character/jsrg.js', | ||
'character/mobile.js', | ||
'character/offline.js', | ||
'character/old.js', | ||
'character/refresh.js', | ||
'character/sb.js', | ||
'character/shenhua.js', | ||
'character/shiji.js', | ||
'character/sp.js', | ||
'character/sp2.js', | ||
'character/standard.js', | ||
'character/tw.js', | ||
'character/xianding.js', | ||
'character/xinghuoliaoyuan.js', | ||
'character/yijiang.js', | ||
'character/yingbian.js', | ||
'font/motoyamaru.woff2', | ||
'font/suits.woff2', | ||
'game/codemirror.js', | ||
'game/config.js', | ||
'game/core-js-bundle.js', | ||
'game/game.js', | ||
'mode/doudizhu.js', | ||
'game/path.js', | ||
'game/pinyinjs.js', | ||
'layout/default/codemirror.css', | ||
'layout/default/layout.css', | ||
'layout/default/menu.css', | ||
'layout/mobile/layout.css', | ||
'layout/mode/stone.css', | ||
'layout/newlayout/global.css', | ||
'mode/boss.js', | ||
'mode/brawl.js', | ||
'mode/guozhan.js', | ||
'mode/identity.js', | ||
'mode/single.js', | ||
] | ||
}; |