1 Star 0 Fork 8

太阳出来喜洋洋/Youreln工具箱

forked from Youreln/Youreln工具箱 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
太阳出来喜洋洋 提交于 1年前 . update
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>minAI工具箱起始页</title>
<style>
body {
background-color: #f5f5f5;
text-align: center;
font-family: Arial, sans-serif;
}
.container {
margin-top: 200px;
}
h1 {
font-size: 36px;
color: #333;
margin-bottom: 20px;
}
p {
font-size: 18px;
color: #666;
margin-bottom: 40px;
}
.btn {
display: inline-block;
padding: 10px 20px;
font-size: 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 4px;
}
</style>
<script>
// 检测设备类型并进行跳转
function detectDeviceAndRedirect() {
if (isMobile()) {
var choice = confirm("移动设备网页版已经放缓更新,推荐下载app以体验最新功能\n点击【确定】将跳转至网页版,点击【取消】将进行安卓版下载。");
if (choice) {
window.location.href = 'app-h5.html';
} else {
window.location.href = 'http://lc-tSvFkeR3.cn-n1.lcfile.com/TqwBNBIb5xHsCXdJtaqSMBxKPhLltClV/minAI%E5%B7%A5%E5%85%B7%E7%AE%B1_2.5.0_release.apk';
}
} else {
window.location.href = 'pc.html';
}
}
// 判断是否为移动设备
function isMobile() {
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
}
</script>
</head>
<body onload="detectDeviceAndRedirect();">
<div class="container">
<h1>欢迎来到minAI工具箱</h1>
<p>即将进入...</p>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/exequi/youreln-toolbox.git
git@gitee.com:exequi/youreln-toolbox.git
exequi
youreln-toolbox
Youreln工具箱
master

搜索帮助