1 Star 0 Fork 8

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

forked from Youreln/Youreln工具箱 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app_download.html 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
太阳出来喜洋洋 提交于 1年前 . update
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>下载页</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 isWeChat() {
var ua = navigator.userAgent.toLowerCase();
return ua.indexOf('micromessenger') !== -1;
}
// 处理下载按钮点击事件
function handleDownload() {
if (isWeChat()) {
alert('请使用浏览器打开下载链接');
} else {
window.location.href = 'https://foruda.gitee.com/attach_file/1690714731755903447/minAI%E5%B7%A5%E5%85%B7%E7%AE%B1_3.0_release.apk?token=629c1bbb6a74640a20c333568099c5a1&ts=1692083363&attname=minAI%E5%B7%A5%E5%85%B7%E7%AE%B1_3.0_release.apk';
}
}
</script>
</head>
<div class="container">
<h1>请使用手机app,暂时仅支持安卓版,苹果版即将上线</h1>
<p>点击下方按钮下载安装包</p>
<button class="btn" onclick="handleDownload();">下载</button>
</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

搜索帮助