或者你可以直接修改index.html。
例如加一个超链接,加一些png、jpg啥的,都可以。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="user-scalable=no">
<link rel="icon" href="icon/icon.png" type="image/png">
<link rel="apple-touch-icon" href="icon/icon.png">
<link rel="stylesheet" type="text/css" href="css/game.css">
<link rel="stylesheet" type="text/css" href="css/ancientStyle.css">
<title>缝合尖塔V4</title>
</head>
<body style="background-color: black">
<a href="https://rpgmz.com">
<input id="RPG民族" class="btn" type="button" value="点击访问【RPG民族】获得更多RMMV/MZ资源"/>
</a>
<p/>
<a href="https://www.taptap.cn/moment/348628955651115706">
<img decoding="async" src="loading.png" width="300" height="240" />
</a>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="user-scalable=no">
<link rel="icon" href="icon/icon.png" type="image/png">
<link rel="apple-touch-icon" href="icon/icon.png">
<link rel="stylesheet" type="text/css" href="css/game.css">
<link rel="stylesheet" type="text/css" href="css/ancientStyle.css">
<title>缝合尖塔V4</title>
</head>
<body style="background-color: black">
<a href="https://rpgmz.com">
<input id="RPG民族" class="btn" type="button" value="点击访问【RPG民族】获得更多RMMV/MZ资源"/>
</a>
<p/>
<a href="https://www.taptap.cn/moment/348628955651115706">
<img decoding="async" src="loading.png" width="300" height="240" />
</a>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>
|