|
|
@ -4,13 +4,28 @@ |
|
|
|
<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><%= htmlWebpackPlugin.options.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> |
|
|
|
<div class="d-flex flex-column" style="height: 100vh"> |
|
|
|
<div class="container p-3 clearfix"> |
|
|
|
<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"> |
|
|
|
<a style="text-decoration:none;color: #333;" target="_parent" href="https://www.tall.wiki/kangfu/game/bird/win/">鸟妈妈回家</a> |
|
|
|
</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> |
|
|
|
<li class="list-group-item"> |
|
|
|
<a style="text-decoration:none;color: #333;" target="_parent" href="https://www.tall.wiki/kangfu/game/orange-juice/win">挤橙汁</a> |
|
|
|
</li> |
|
|
|
<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> |
|
|
|
</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"> |
|
|
|
等级: |
|
|
@ -48,8 +63,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<hr /> |
|
|
|
<!-- <iframe id="iframe" src="http://127.0.0.1:5500/dist/" frameborder="0" style="flex: 1"></iframe> --> |
|
|
|
<iframe id="iframe" src="https://www.tall.wiki/kangfu/game/bird/game" frameborder="0" style="flex: 1"></iframe> |
|
|
|
<!-- <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> |
|
|
|
|
|
|
|
<!-- 配置 --> |
|
|
|
<div class="modal" tabindex="-1" id="myInput" style="background: rgba(0,0,0,.5);"> |
|
|
|