市场夺宝奇兵
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

388 lines
19 KiB

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<link rel="shortcut icon" href="dbqb_favicon.ico" />
<link rel="Bookmark" href="dbqb_favicon.ico" />
<meta http-equiv="keywords"
content="弘历夺宝奇兵,homilychart,homilylink,HomilyLink,夺宝奇兵HomilyLink,股票体检专家,AI预测大模型,AI炒股时代,AI情绪大模型,超级云脑,夺宝利剑,AI金牛,AI探牛,AI雷达,AI小财神,大牛有型,金牛送福,牛刀小试,HomilyChart,免费体验,机构界的黑科技,数据分析时代,John Lu谈股,John Lu谈股财富圈">
<meta http-equiv="description" content="HomilyLink">
<title>夺宝奇兵 - AI炒股时代,机构界的黑科技!</title>
<script src="https://cdn.tailwindcss.com?v=3.3.5"></script>
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- 基础样式配置 -->
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#3B82F6',
windows: '#0078D7',
macos: '#555555',
android: '#3DDC84',
ios: '#000000'
}
}
}
}
</script>
<style type="text/tailwindcss">
@layer utilities {
.card-hover {
@apply transition-all duration-300 hover:shadow-xl hover:-translate-y-1;
}
.btn-effect {
@apply relative overflow-hidden transition-all duration-300;
}
.btn-effect::after {
content: '';
@apply absolute top-0 left-[-100%] w-full h-full bg-white/20 transform skew-x-12 transition-all duration-500;
}
.btn-effect:hover::after {
@apply left-[100%];
}
.guide-step {
@apply flex items-start mb-3;
}
.guide-step-number {
@apply w-6 h-6 rounded-full bg-primary text-white flex items-center justify-center mr-3 flex-shrink-0 mt-0.5;
}
.modal-backdrop {
@apply fixed inset-0 bg-black/50 z-50 flex items-center justify-center opacity-0 pointer-events-none transition-opacity duration-300;
}
.modal-backdrop.active {
@apply opacity-100 pointer-events-auto;
}
.modal-content {
@apply bg-white rounded-xl shadow-2xl max-w-md w-full mx-4 transform translate-y-8 transition-transform duration-300;
}
.modal-backdrop.active .modal-content {
@apply translate-y-0;
}
}
</style>
<style>
/* 确保基础样式生效 */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
/* 简单动画 */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.fade-in {
animation: fadeIn 0.5s ease-out forwards;
}
.delay-100 {
animation-delay: 0.1s;
}
.delay-200 {
animation-delay: 0.2s;
}
.delay-300 {
animation-delay: 0.3s;
}
</style>
</head>
<body class="bg-gray-50 text-gray-800">
<!-- 导航栏 -->
<header class="fixed top-0 left-0 right-0 bg-white/95 shadow-sm z-50">
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
<div class="flex items-center space-x-2">
<div
class="w-10 h-10 rounded-lg bg-gradient-to-r from-primary to-purple-600 flex items-center justify-center">
<img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/20230711171637.png" style="width: 40px;height: 40px;">
</div>
<span
class="text-xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-primary to-purple-600">夺宝奇兵-软件下载</span>
</div>
<!-- 桌面导航 -->
<nav class="hidden md:flex items-center space-x-8">
<a href="./hkhcdbqb.html" class="hover:text-primary transition-colors">首页</a>
<a href="./hkhcdbqbDownload.html" class="text-primary font-medium">下载中心</a>
<a href="https://api.whatsapp.com/send?phone=6588792879&text=夺宝奇兵下载我需要帮助" target="_blank"
class="hover:text-primary transition-colors">帮助</a>
<a href="https://api.whatsapp.com/send?phone=6588792879&text=夺宝奇兵下载我需要帮助" target="_blank"
class="px-5 py-2 rounded-full bg-gradient-to-r from-primary to-purple-600 text-white hover:shadow-lg transition-all">联系我们</a>
</nav>
<!-- 移动端菜单 -->
<button id="mobileMenuBtn" class="md:hidden text-xl">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- 移动端菜单内容 -->
<div id="mobileMenu" class="md:hidden hidden bg-white border-t">
<div class="container mx-auto px-4 py-3 flex flex-col space-y-3">
<a href="./hkhcdbqb.html" class="py-2 hover:text-primary transition-colors">首页</a>
<a href="./hkhcdbqbDownload.html" class="py-2 text-primary">下载中心</a>
<a href="https://api.whatsapp.com/send?phone=6588792879&text=夺宝奇兵下载我需要帮助" target="_blank"
class="py-2 hover:text-primary transition-colors">帮助</a>
<a href="https://api.whatsapp.com/send?phone=6588792879&text=夺宝奇兵下载我需要帮助" target="_blank"
class="py-2 mt-2 rounded-full bg-gradient-to-r from-primary to-purple-600 text-white text-center">联系我们</a>
</div>
</div>
</header>
<!-- 主要内容 -->
<main class="pt-28 pb-16 px-4">
<div class="container mx-auto max-w-6xl">
<!-- 页面标题 -->
<div class="text-center mb-12 fade-in">
<h1 class="text-[clamp(1.8rem,4vw,2.5rem)] font-bold mb-4">客户端下载</h1>
<p class="text-gray-600 max-w-2xl mx-auto">尊敬的 <font
style="font-weight: bold;color:purple;font-size: 17px;">夺宝奇兵</font>
体验者您好,<br />请选择适合您设备的客户端,体验夺宝奇兵,听直播和重播!</p>
</div>
<!-- 优化后的下载说明区域 - 整体左对齐 -->
<div
class="bg-gradient-to-r from-primary/5 to-primary/10 border border-primary/20 rounded-xl p-6 md:p-8 mb-10 fade-in delay-100 shadow-sm">
<div class="max-w-3xl mx-auto">
<!-- 图标与标题行 - 左对齐 -->
<div class="flex items-center mb-4">
<div
class="w-8 h-8 rounded-full bg-blue-100 flex items-center justify-center text-primary flex-shrink-0 mr-3">
<i class="fa fa-info"></i>
</div>
<h3 class="font-semibold text-lg md:text-xl text-gray-800">下载说明</h3>
</div>
<!-- 说明文字 - 左对齐,无额外缩进 -->
<p class="text-gray-700 mb-6">我们的安装包经过安全认证,若浏览器提示拦截,请按照以下步骤操作:</p>
<!-- 步骤说明 - 左对齐,与标题保持视觉一致 -->
<div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 md:gap-6">
<div class="guide-step group">
<span class="guide-step-number group-hover:bg-primary/80 transition-colors">1</span>
<span class="text-gray-700 group-hover:text-primary transition-colors">点击浏览器拦截提示</span>
</div>
<div class="guide-step group">
<span class="guide-step-number group-hover:bg-primary/80 transition-colors">2</span>
<span class="text-gray-700 group-hover:text-primary transition-colors">选择"允许下载"</span>
</div>
<div class="guide-step group">
<span class="guide-step-number group-hover:bg-primary/80 transition-colors">3</span>
<span class="text-gray-700 group-hover:text-primary transition-colors">在下载中心确认保存</span>
</div>
</div>
</div>
</div>
</div>
<!-- 下载卡片区域 -->
<div id="downloading" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 mb-16">
<!-- Windows -->
<div class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in">
<div
class="w-20 h-20 mx-auto mb-5 rounded-full bg-windows/10 flex items-center justify-center text-windows text-4xl">
<i class="fa fa-windows"></i>
</div>
<h3 class="text-lg font-bold mb-2">Windows</h3>
<p class="text-gray-500 text-sm mb-3">适用于Win 10及以上</p>
<p class="text-gray-500 text-xs mb-4">版本: v1.2.2 | 178 MB</p>
<button onclick="handlePlatformDownload('windows')"
class="btn-effect w-full py-3 rounded-lg bg-windows text-white font-medium">
<i class="fa fa-download mr-2"></i>立即下载
</button>
</div>
<!-- macOS -->
<div class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-100">
<div
class="w-20 h-20 mx-auto mb-5 rounded-full bg-gray-100 flex items-center justify-center text-macos text-4xl">
<i class="fa fa-apple"></i>
</div>
<h3 class="text-lg font-bold mb-2">macOS</h3>
<p class="text-gray-500 text-sm mb-3">适用于macOS 10.15+</p>
<p class="text-gray-500 text-xs mb-4">版本: v1.2.1 | 80.6 MB</p>
<button onclick="handlePlatformDownload('macos')"
class="btn-effect w-full py-3 rounded-lg bg-macos text-white font-medium">
<i class="fa fa-download mr-2"></i>立即下载
</button>
</div>
<!-- Android -->
<div class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-200">
<div
class="w-20 h-20 mx-auto mb-5 rounded-full bg-android/10 flex items-center justify-center text-android text-4xl">
<i class="fa fa-android"></i>
</div>
<h3 class="text-lg font-bold mb-2">Android</h3>
<p class="text-gray-500 text-sm mb-3">适用于Android 6.0+</p>
<p class="text-gray-500 text-xs mb-4">版本: v1.3.22 | 20.11 MB</p>
<button onclick="handlePlatformDownload('android')"
class="btn-effect w-full py-3 rounded-lg bg-android text-white font-medium">
<i class="fa fa-download mr-2"></i>立即下载
</button>
</div>
<!-- iOS -->
<div class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-300">
<div
class="w-20 h-20 mx-auto mb-5 rounded-full bg-gray-100 flex items-center justify-center text-ios text-4xl">
<i class="fa fa-mobile"></i>
</div>
<h3 class="text-lg font-bold mb-2">iOS</h3>
<p class="text-gray-500 text-sm mb-3">适用于iOS 13.0+</p>
<p class="text-gray-500 text-xs mb-4">版本: v3.1.8 | 45.2 MB</p>
<button onclick="handlePlatformDownload('ios')"
class="btn-effect w-full py-3 rounded-lg bg-ios text-white font-medium">
<i class="fa fa-download mr-2"></i>立即下载
</button>
</div>
</div>
<!-- 设备展示图 -->
<div class="max-w-3xl mx-auto mb-16 fade-in delay-100">
<a href="#"><img src="https://hc.homilychart.com/hc/250121/img/homilylink-down.jpeg" alt="多平台设备展示"
class="w-full h-auto rounded-xl shadow-lg"></a>
</div>
<!-- 下载帮助指南 -->
<div class="mt-16 bg-white rounded-xl shadow-md p-6 max-w-3xl mx-auto fade-in delay-200">
<h3 class="text-xl font-bold mb-4 text-center">常见下载问题</h3>
<div class="space-y-4">
<div>
<h4 class="font-semibold mb-1 flex items-center">
<i class="fa fa-shield text-primary mr-2"></i>
为什么我的下载被拦截了?
</h4>
<p class="text-gray-600 text-sm">浏览器会对未知的安装包进行安全检查,这是正常的安全机制。我们的软件经过数字签名,您可以放心下载。</p>
</div>
<div>
<h4 class="font-semibold mb-1 flex items-center">
<i class="fa fa-exclamation-triangle text-primary mr-2"></i>
下载的文件无法打开?
</h4>
<p class="text-gray-600 text-sm">请检查您的设备是否满足系统要求,Windows和macOS可能需要在设置中允许来自开发者的应用。</p>
</div>
</div>
</div>
</div>
</main>
<!-- 下载确认弹窗 -->
<div id="downloadModal" class="modal-backdrop" role="dialog" aria-modal="true" aria-labelledby="modalTitle"
aria-describedby="modalDescription">
<div class="modal-content p-6">
<div class="text-center mb-4">
<div
class="w-16 h-16 rounded-full bg-green-100 flex items-center justify-center text-green-500 mx-auto mb-4">
<i class="fa fa-download text-2xl"></i>
</div>
<h3 class="text-xl font-bold" id="modalTitle">确认下载</h3>
<p class="text-gray-600 mt-2" id="modalDescription">您即将下载以下文件</p>
</div>
<div class="bg-gray-50 rounded-lg p-4 mb-6">
<div class="flex justify-between items-center mb-2">
<span class="text-gray-500">设备:</span>
<span class="font-medium" id="modalDevice"></span>
</div>
<div class="flex justify-between items-center mb-2">
<span class="text-gray-500">版本:</span>
<span id="modalVersion"></span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-500">文件名:</span>
<span class="font-medium" id="modalFileName"></span>
</div>
</div>
<div class="p-3 bg-blue-50 border border-blue-100 rounded-lg mb-6 text-sm text-blue-700">
<i class="fa fa-info-circle mr-2"></i>
<span>如果浏览器阻止下载,请在下载栏中选择"保留"或"允许"以继续。</span>
</div>
<div class="flex gap-3">
<button id="cancelDownload"
class="flex-1 py-3 rounded-lg border border-gray-300 text-gray-700 font-medium hover:bg-gray-50 transition-colors"
aria-label="取消下载">
取消
</button>
<button id="confirmDownload"
class="flex-1 py-3 rounded-lg bg-primary text-white font-medium hover:bg-primary/90 transition-colors"
aria-label="确认下载">
确认下载
</button>
</div>
</div>
</div>
<!-- 移动端下载电脑端提示弹窗 -->
<div id="mobileWarningModal" class="modal-backdrop" role="dialog" aria-modal="true">
<div class="modal-content p-6">
<div class="text-center mb-6">
<div
class="w-16 h-16 rounded-full bg-yellow-100 flex items-center justify-center text-yellow-500 mx-auto mb-4">
<i class="fa fa-exclamation-triangle text-2xl"></i>
</div>
<h3 class="text-xl font-bold">设备不匹配提示</h3>
<p class="text-gray-600 mt-3">您正在使用移动设备访问,建议下载适合手机的版本以获得最佳体验。</p>
<p class="text-gray-600 mt-2">如果需要电脑版,请在电脑上访问本页面下载。</p>
</div>
<div class="flex gap-3">
<button id="cancelComputerDownload"
class="flex-1 py-3 rounded-lg border border-gray-300 text-gray-700 font-medium hover:bg-gray-50 transition-colors">
下载手机版
</button>
<button id="continueComputerDownload"
class="flex-1 py-3 rounded-lg bg-primary text-white font-medium hover:bg-primary/90 transition-colors">
仍要下载电脑版
</button>
</div>
</div>
</div>
<!-- 页脚 -->
<footer class="bg-gray-900 text-white py-10 px-4">
<div class="container mx-auto max-w-6xl text-center">
<div class="mb-6">
<div class="inline-flex items-center space-x-2">
<div class="w-10 h-10 rounded-lg gradient-bg flex items-center justify-center">
<img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/20230711171637.png" style="width: 40px;height: 40px;">
</div>
<span class="font-bold">夺宝奇兵</span>
</div>
</div>
<p class="text-gray-400 text-sm mb-4">Copyright 2026.Capitalmaster Pte Ltd All Rights Reserved.</p>
</div>
</footer>
<script type="text/javascript" src="250121/js/20251015.js"></script>
</body>
</html>