Merge pull request #316 from ckcz123/v2.0

V2.0
This commit is contained in:
Zhang Chen 2019-02-06 12:37:18 +08:00 committed by GitHub
commit 6ab5dcdf7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 9 deletions

View File

@ -56,6 +56,7 @@ HTML5 canvas制作的魔塔样板支持全平台游戏
### 2019.2.4 V2.5.4 ### 2019.2.4 V2.5.4
* [x] 发布15x15的版本 * [x] 发布15x15的版本
* [x] 独立出来的公共事件
* [x] 支持多重装备(一个装备可以装到多个孔上) * [x] 支持多重装备(一个装备可以装到多个孔上)
* [x] 工具栏按钮增添至8个快捷商店和虚拟键盘同时显示 * [x] 工具栏按钮增添至8个快捷商店和虚拟键盘同时显示
* [x] 点击状态栏的金币图标也可以打开快捷商店 * [x] 点击状态栏的金币图标也可以打开快捷商店

View File

@ -37,21 +37,13 @@
// }, // },
// load sidebar from _sidebar.md // load sidebar from _sidebar.md
loadSidebar: '_sidebar.md', loadSidebar: 'sidebar.md',
subMaxLevel: 2, subMaxLevel: 2,
autoHeader: true, autoHeader: true,
auto2top: true, auto2top: true,
mergeNavbar: true, mergeNavbar: true,
formatUpdated: '{YYYY}-{MM}-{DD} {HH}:{mm}:{ss}', formatUpdated: '{YYYY}-{MM}-{DD} {HH}:{mm}:{ss}',
} }
if (navigator.serviceWorker) {
navigator.serviceWorker.getRegistrations()
.then(function(registrations) {
for(let registration of registrations) {
registration.unregister();
}
});
}
</script> </script>
<script src="https://cdn.bootcss.com/docsify/4.5.5/docsify.min.js"></script> <script src="https://cdn.bootcss.com/docsify/4.5.5/docsify.min.js"></script>
</body> </body>

View File

@ -1,6 +1,7 @@
HTML5魔塔样板V2.5.4 HTML5魔塔样板V2.5.4
发布15x15的版本 发布15x15的版本
独立出来的公共事件
支持多重装备(一个装备可以装到多个孔上) 支持多重装备(一个装备可以装到多个孔上)
工具栏按钮增添至8个快捷商店和虚拟键盘同时显示 工具栏按钮增添至8个快捷商店和虚拟键盘同时显示
点击状态栏的金币图标也可以打开快捷商店 点击状态栏的金币图标也可以打开快捷商店