小修改
This commit is contained in:
parent
f62ee6761a
commit
ff7544a657
@ -46,6 +46,8 @@ date: 2022-08-30 17:31:35
|
|||||||
#gameBoard button { padding: 5px; }
|
#gameBoard button { padding: 5px; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
## 演示
|
||||||
|
|
||||||
<div id="gameContainer">
|
<div id="gameContainer">
|
||||||
<div>游戏时间 <time id="gameTime"></time> <button id="startButton">重新开始</button></div>
|
<div>游戏时间 <time id="gameTime"></time> <button id="startButton">重新开始</button></div>
|
||||||
<div id="gameBoard"></div>
|
<div id="gameBoard"></div>
|
||||||
@ -120,7 +122,7 @@ startButton.onclick = 开始游戏
|
|||||||
|
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
代码如下
|
## 源码
|
||||||
|
|
||||||
``` html
|
``` html
|
||||||
<style>
|
<style>
|
||||||
|
@ -34,7 +34,7 @@ date: 2022-08-30 10:31:35
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="demo">
|
<div id="demo">
|
||||||
<h1>演示</h1>
|
<h2>演示</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -71,7 +71,7 @@ date: 2022-08-30 10:31:35
|
|||||||
|
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
# 源码
|
## 源码
|
||||||
|
|
||||||
``` html
|
``` html
|
||||||
<style>
|
<style>
|
||||||
|
@ -11,7 +11,6 @@ categories:
|
|||||||
tags:
|
tags:
|
||||||
- Raspberry Pi
|
- Raspberry Pi
|
||||||
- Arch Linux
|
- Arch Linux
|
||||||
- 树莓派
|
|
||||||
date: 2022-08-31 08:13:32
|
date: 2022-08-31 08:13:32
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue
Block a user