代码拉取完成,页面将自动刷新
同步操作将从 BGWP/baye-alpha 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>三国霸业</title>
<link rel="stylesheet" type="text/css" href="css/baye.css" />
<link rel="icon" href="favicon.png">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="favicon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<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=202111140022"></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:10px">
<button class="btn menu" type="button" onclick="location='online-save.html';">存档管理(新)</button>
</div>
<div class="container" style="margin-top:10px"></div>
<div>
<div class="config-item">
操作模式:
<select name="" id="mode-select">
<option value="0">横屏&触控</option>
<option value="2">横屏&手势</option>
<option value="1">竖屏&键盘</option>
<option value="3">竖屏&键盘&触控</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="device-select">
<option value="" selected="selected">自动检测</option>
<option value="mobile">移动端</option>
<option value="desktop">桌面端</option>
</select>
</div>
<div class="config-item">
交流QQ群: 526266208<br>
</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("#device-select", "baye/uiKind");
});
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。