forked from 44670/44vba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 2.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no,width=device-width">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta http-equiv="cache-control" content="no-cache" />
<meta name="x-content-type-options" content="nosniff" />
<meta name="renderer" content="webkit">
<title data-lang="">44gba</title>
</head>
<body>
<h1>网站部署法</h1>
<p><code><emu-gba data-path="1.gba">some text 显示内容 <emu-gba><br><script type="text/javascript" src="assets/vba/run.js"></script></code></p>
<p>data-path:file Path, support zip/rar4/7z/gba 设置游戏路径,相对当前网站目录,可以是压缩文件,哪怕改了名字的压缩文件照样能行.压缩文件存在多个GBA只会启动其中一个.</p>
<p>data-version:set file version,if version not save local then updata设置游戏版本,如果本地不一致则更新</p>
<p>更多查看run.js注释</p>
<style>.rungba{border:#000000 1px solid;padding: 5px;margin: 5px;display:inline-block;background:linear-gradient(0deg,#00e7ff,#1573ff);border-radius: 5px;}</style>
<emu-gba data-path="1.zip">点击运行1.gba</emu-gba>
<script type="text/javascript" src="assets/js/common.js?1671167481"></script>
<script type="text/javascript" src="assets/vba/run.js?1671167481"></script>
<textarea style="width:100%;height: 300px;" rows="10">
<style>.rungba{border:#000000 1px solid;padding: 5px;margin: 5px;display:inline-block;background:linear-gradient(0deg,#00e7ff,#1573ff);border-radius: 5px;}</style>
<emu-gba data-path="1.zip">点击运行1.gba</emu-gba>
<script type="text/javascript" src="assets/js/common.js"></script>
<script type="text/javascript" src="assets/vba/run.js"></script>
</textarea>
<a href="app.html">APP Module</a>
</body>
</html>