加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
choose.html 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
BlackSky-A 提交于 2020-02-14 18:02 . update choose.html.
<!DOCTYPE html>
<html>
<head>
<meta 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>
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=11"></script>
<script src="js/base64.js"></script>
<script>
$(function(){ loadLibLists("#list"); });
</script>
<script type="text/html" id="item_temp">
<div class="container" style="margin-top:2px">
<button class="btn menu" style="width:80%" type="button" onclick="chooseLib('{title}', '{libpath}', this)">{title}</button>
<button class="btn menu detail" style="width:20%;" type="button" onclick="loadDetail('#desc{descid}', '{descpath}')">详情</button>
<div id="desc{descid}" style="display:none;"></div>
</div>
</script>
</head>
<body>
<div class="container" style="margin-top:2px">
<button class="btn menu" style="width:80%" type="button" onclick="window.location='http://bgwp.gitee.io/fm/'">伏魔记</button>
<button class="btn menu detail" style="width:20%" type="button" onclick=""></button>
</div>
<div class="container" style="margin-top:2px">
<button class="btn menu" style="width:80%" type="button" onclick="window.location='http://huangdoudou6174.gitee.io/chessfightgame'">黄豆豆战旗</button>
<button class="btn menu detail" style="width:20%" type="button" onclick=""></button>
</div>
<div id="list">
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化