代码拉取完成,页面将自动刷新
同步操作将从 Youreln/Youreln工具箱 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。