From bcd6ee49bae1492984ab0b58df4e0a87c6f59b59 Mon Sep 17 00:00:00 2001 From: oc Date: Mon, 4 Feb 2019 17:46:10 +0800 Subject: [PATCH 1/2] updates --- README.md | 1 + 更新说明.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 849df5d7..68d04b78 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ HTML5 canvas制作的魔塔样板,支持全平台游戏! ### 2019.2.4 V2.5.4 * [x] 发布15x15的版本 +* [x] 独立出来的公共事件 * [x] 支持多重装备(一个装备可以装到多个孔上) * [x] 工具栏按钮增添至8个,快捷商店和虚拟键盘同时显示 * [x] 点击状态栏的金币图标也可以打开快捷商店 diff --git a/更新说明.txt b/更新说明.txt index c3fe3626..8a3e2648 100644 --- a/更新说明.txt +++ b/更新说明.txt @@ -1,6 +1,7 @@ HTML5魔塔样板V2.5.4 发布15x15的版本 +独立出来的公共事件 支持多重装备(一个装备可以装到多个孔上) 工具栏按钮增添至8个,快捷商店和虚拟键盘同时显示 点击状态栏的金币图标也可以打开快捷商店 From 8b75545955bfbd781fd1c53e6d828cb2fbc90a4d Mon Sep 17 00:00:00 2001 From: oc Date: Wed, 6 Feb 2019 12:39:55 +0800 Subject: [PATCH 2/2] docs --- docs/index.html | 10 +--------- docs/{_sidebar.md => sidebar.md} | 0 2 files changed, 1 insertion(+), 9 deletions(-) rename docs/{_sidebar.md => sidebar.md} (100%) diff --git a/docs/index.html b/docs/index.html index cb5df153..0954c86c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,21 +37,13 @@ // }, // load sidebar from _sidebar.md - loadSidebar: '_sidebar.md', + loadSidebar: 'sidebar.md', subMaxLevel: 2, autoHeader: true, auto2top: true, mergeNavbar: true, formatUpdated: '{YYYY}-{MM}-{DD} {HH}:{mm}:{ss}', } - if (navigator.serviceWorker) { - navigator.serviceWorker.getRegistrations() - .then(function(registrations) { - for(let registration of registrations) { - registration.unregister(); - } - }); - } diff --git a/docs/_sidebar.md b/docs/sidebar.md similarity index 100% rename from docs/_sidebar.md rename to docs/sidebar.md