1 Star 0 Fork 0

王建坤/cljh_web2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
download_bak.php 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
王建坤 提交于 2016-04-14 15:17 . commit
<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="renderer" content="webkit">
<link rel="stylesheet" href="./public/app.css?v4"/>
<title></title>
</head>
<body class="success">
<div id="weixin-tip"><p><img src="./public/live_weixin.png" alt="微信打开"/></p></div>
<script type="text/javascript">
var is_weixin = (function() {
var ua = navigator.userAgent.toLowerCase();
if (ua.match(/MicroMessenger/i) == "micromessenger") {
return true;
} else {
return false;
}
})();
window.onload = function(){
var winHeight = typeof window.innerHeight != 'undefined' ? window.innerHeight : document.documentElement.clientHeight;
var tip = document.getElementById('weixin-tip');
var close = document.getElementById('close');
if(is_weixin){
tip.style.height = winHeight + 'px';
tip.style.display = 'block';
return false;
} else {
if(/(iPhone|iPod|iOS)/i.test(navigator.userAgent)){
location.href = "https://itunes.apple.com/us/app/chi-le-jiang-hu-zhu-ti-zi/id1044508818?l=zh&ls=1&mt=8";
} else {
alert("程序猿正在紧张开发中...");
//location.href = ("http://chilejianghu/cljh.apk");
}
}
}
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/manco/cljh_web2.git
git@gitee.com:manco/cljh_web2.git
manco
cljh_web2
cljh_web2
master

搜索帮助