Update Docs
This commit is contained in:
parent
d0774de9f0
commit
33cc806de4
@ -45,7 +45,7 @@ HTML5 canvas制作的魔塔样板,支持全平台游戏!
|
||||
|
||||
## 更新说明
|
||||
|
||||
### 2017.12.31 V1.3
|
||||
### 2018.1.1 V1.3
|
||||
|
||||
* [x] 支持全键盘操作。
|
||||
* [x] 支持将某个图片作为某层的背景素材。
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# 附录:API列表
|
||||
|
||||
?> 上次更新时间:* {docsify-updated} *
|
||||
?> 上次更新时间:* {docsify-updated} * 如不是最新版,请Ctrl+F5强制刷新缓存。
|
||||
|
||||
所有系统支持的API都列在了这里。所有可能被用到的API都在前面用\*标记。
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
<link rel="shortcut icon" type="image/png" href="./img/logo.png">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="description" content="Description">
|
||||
<meta http-equiv="cache-control" content="no-cache">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<link href="https://cdn.bootcss.com/docsify/4.5.5/themes/vue.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user