1 Star 0 Fork 41

Lywo/baye-alpha

forked from BGWP/baye-alpha 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 3.38 KB
一键复制 编辑 原始数据 按行查看 历史
BlackSky-A 提交于 2017-09-05 17:11 . 更新 index.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>三国霸业</title>
<link rel="stylesheet" type="text/css" href="baye.css" />
<link rel="icon" href="favicon.png">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" id="viewport" name="viewport">
<script>
if (window.location.pathname == '/baye') {
window.location = '/baye/'
}
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?55cdc246d0c836cecfdf39ce0d5657f3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script src="js/jquery.min.js"></script>
<script src="js/lcd.js?ver=10"></script>
<style>
.index-tip {
color: red;
}
select {
font-size: 16px;
}
.config-item {
margin-top: 8px;
}
</style>
</head>
<body >
<div class="container" style="margin-top:2px">
<button class="btn menu" type="button" onclick="location='choose.html';">选择版本</button>
</div>
<div class="container" style="margin-top:2px">
<button class="btn menu" type="button" onclick="redirect()">进入游戏</button>
</div>
<div class="container" style="margin-top:2px">
<button class="btn menu" type="button" onclick="location='get-sav.html';">传送存档</button>
</div>
<div>
<div class="config-item">
操作模式:
<select name="" id="mode-select">
<option value="0">横屏&触控</option>
<option value="1">竖屏&键盘</option>
<option value="2">横屏&手势</option>
</select>
</div>
<div class="config-item">
分辨率:
<select name="" id="resolution-select">
<option value="0">4988</option>
<option value="1">加大</option>
</select>
</div>
<div class="config-item">
像素锐化:
<select name="" id="clear-select">
<option value="0">禁用</option>
<option value="1">启用</option>
</select>
</div>
<div class="config-item">
交流QQ群: 526266208<br>
注意: Android QQ内置浏览器BUG会导致触控失灵.
</div>
</div>
<script>
$(function(){
function bind(id, key) {
$(id).val(window.localStorage[key] || '0');
$(id).change(function () {
window.localStorage[key] = $(this).val();
});
}
bind("#mode-select", "baye/mpage");
bind("#resolution-select", "baye/resolution");
bind("#clear-select", "baye/clearmode");
});
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ly-wo/baye-alpha.git
[email protected]:ly-wo/baye-alpha.git
ly-wo
baye-alpha
baye-alpha
s2

搜索帮助