|
|
@ -4,7 +4,7 @@ |
|
|
|
<meta charset="UTF-8"> |
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
|
|
|
<title>太空机战</title> |
|
|
|
<title>鸟妈妈回家</title> |
|
|
|
<link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.0.2/css/bootstrap.min.css" rel="stylesheet"> |
|
|
|
</head> |
|
|
|
<body> |
|
|
@ -13,9 +13,9 @@ |
|
|
|
<div class="float-start"> |
|
|
|
<button type="button" class="btn btn-warning btn-sm me-3" data-bs-toggle="modal" id="myList" data-bs-target="#myList">切换游戏</button> |
|
|
|
<ul class="list-group" id="game-list" style="position: fixed;z-index: 99;display: none"> |
|
|
|
<li class="list-group-item mt-1"> |
|
|
|
<!-- <li class="list-group-item mt-1"> |
|
|
|
<a style="text-decoration:none;color: #333;" target="_parent" href="https://www.tall.wiki/kangfu/game/bird/win/">鸟妈妈回家</a> |
|
|
|
</li> |
|
|
|
</li> --> |
|
|
|
<li class="list-group-item"> |
|
|
|
<a style="text-decoration:none;color: #333;" target="_parent" href="https://www.tall.wiki/kangfu/game/tomato/win">番茄炒蛋</a> |
|
|
|
</li> |
|
|
@ -25,6 +25,12 @@ |
|
|
|
<li class="list-group-item"> |
|
|
|
<a style="text-decoration:none;color: #333;" target="_parent" href="https://www.tall.wiki/kangfu/game/hurdle/win">跨栏</a> |
|
|
|
</li> |
|
|
|
<li class="list-group-item"> |
|
|
|
<a style="text-decoration:none;color: #333;" target="_parent" href="https://www.tall.wiki/kangfu/game/bomb/win">太空机战</a> |
|
|
|
</li> |
|
|
|
<li class="list-group-item"> |
|
|
|
<a style="text-decoration:none;color: #333;" target="_parent" href="https://www.tall.wiki/kangfu/game/apple/win">摘苹果</a> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
<button type="button" class="btn btn-success btn-sm me-3" data-bs-toggle="modal" id="myModal" data-bs-target="#myModal">配置</button> |
|
|
|
<div class="float-end level me-3" id="level-container"> |
|
|
@ -64,7 +70,7 @@ |
|
|
|
</div> |
|
|
|
<hr /> |
|
|
|
<!-- <iframe id="iframe" src="http://127.0.0.1:5501/dist/" frameborder="0" style="flex: 1"></iframe> --> |
|
|
|
<iframe id="iframe" src="https://www.tall.wiki/kangfu/game/bomb/game" frameborder="0" style="flex: 1"></iframe> |
|
|
|
<iframe id="iframe" src="https://www.tall.wiki/kangfu/game/bird/game" frameborder="0" style="flex: 1"></iframe> |
|
|
|
|
|
|
|
<!-- 配置 --> |
|
|
|
<div class="modal" tabindex="-1" id="myInput" style="background: rgba(0,0,0,.5);"> |
|
|
|