市场夺宝奇兵
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.

387 lines
19 KiB

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <meta http-equiv="pragma" content="no-cache">
  8. <meta http-equiv="cache-control" content="no-cache">
  9. <meta http-equiv="expires" content="0">
  10. <link rel="shortcut icon" href="dbqb_favicon.ico" />
  11. <link rel="Bookmark" href="dbqb_favicon.ico" />
  12. <meta http-equiv="keywords"
  13. content="弘历夺宝奇兵,homilychart,homilylink,HomilyLink,夺宝奇兵HomilyLink,股票体检专家,AI预测大模型,AI炒股时代,AI情绪大模型,超级云脑,夺宝利剑,AI金牛,AI探牛,AI雷达,AI小财神,大牛有型,金牛送福,牛刀小试,HomilyChart,免费体验,机构界的黑科技,数据分析时代,John Lu谈股,John Lu谈股财富圈">
  14. <meta http-equiv="description" content="HomilyLink">
  15. <title>夺宝奇兵 - AI炒股时代,机构界的黑科技!</title>
  16. <script src="https://cdn.tailwindcss.com?v=3.3.5"></script>
  17. <link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
  18. <!-- 基础样式配置 -->
  19. <script>
  20. tailwind.config = {
  21. theme: {
  22. extend: {
  23. colors: {
  24. primary: '#3B82F6',
  25. windows: '#0078D7',
  26. macos: '#555555',
  27. android: '#3DDC84',
  28. ios: '#000000'
  29. }
  30. }
  31. }
  32. }
  33. </script>
  34. <style type="text/tailwindcss">
  35. @layer utilities {
  36. .card-hover {
  37. @apply transition-all duration-300 hover:shadow-xl hover:-translate-y-1;
  38. }
  39. .btn-effect {
  40. @apply relative overflow-hidden transition-all duration-300;
  41. }
  42. .btn-effect::after {
  43. content: '';
  44. @apply absolute top-0 left-[-100%] w-full h-full bg-white/20 transform skew-x-12 transition-all duration-500;
  45. }
  46. .btn-effect:hover::after {
  47. @apply left-[100%];
  48. }
  49. .guide-step {
  50. @apply flex items-start mb-3;
  51. }
  52. .guide-step-number {
  53. @apply w-6 h-6 rounded-full bg-primary text-white flex items-center justify-center mr-3 flex-shrink-0 mt-0.5;
  54. }
  55. .modal-backdrop {
  56. @apply fixed inset-0 bg-black/50 z-50 flex items-center justify-center opacity-0 pointer-events-none transition-opacity duration-300;
  57. }
  58. .modal-backdrop.active {
  59. @apply opacity-100 pointer-events-auto;
  60. }
  61. .modal-content {
  62. @apply bg-white rounded-xl shadow-2xl max-w-md w-full mx-4 transform translate-y-8 transition-transform duration-300;
  63. }
  64. .modal-backdrop.active .modal-content {
  65. @apply translate-y-0;
  66. }
  67. }
  68. </style>
  69. <style>
  70. /* 确保基础样式生效 */
  71. body {
  72. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  73. }
  74. /* 简单动画 */
  75. @keyframes fadeIn {
  76. from {
  77. opacity: 0;
  78. transform: translateY(10px);
  79. }
  80. to {
  81. opacity: 1;
  82. transform: translateY(0);
  83. }
  84. }
  85. .fade-in {
  86. animation: fadeIn 0.5s ease-out forwards;
  87. }
  88. .delay-100 {
  89. animation-delay: 0.1s;
  90. }
  91. .delay-200 {
  92. animation-delay: 0.2s;
  93. }
  94. .delay-300 {
  95. animation-delay: 0.3s;
  96. }
  97. </style>
  98. </head>
  99. <body class="bg-gray-50 text-gray-800">
  100. <!-- 导航栏 -->
  101. <header class="fixed top-0 left-0 right-0 bg-white/95 shadow-sm z-50">
  102. <div class="container mx-auto px-4 py-4 flex justify-between items-center">
  103. <div class="flex items-center space-x-2">
  104. <div
  105. class="w-10 h-10 rounded-lg bg-gradient-to-r from-primary to-purple-600 flex items-center justify-center">
  106. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/20230711171637.png" style="width: 40px;height: 40px;">
  107. </div>
  108. <span
  109. class="text-xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-primary to-purple-600">夺宝奇兵-软件下载</span>
  110. </div>
  111. <!-- 桌面导航 -->
  112. <nav class="hidden md:flex items-center space-x-8">
  113. <a href="./hkhcdbqb.html" class="hover:text-primary transition-colors">首页</a>
  114. <a href="./hkhcdbqbDownload.html" class="text-primary font-medium">下载中心</a>
  115. <a href="https://api.whatsapp.com/send?phone=6588792879&text=夺宝奇兵下载我需要帮助" target="_blank"
  116. class="hover:text-primary transition-colors">帮助</a>
  117. <a href="https://api.whatsapp.com/send?phone=6588792879&text=夺宝奇兵下载我需要帮助" target="_blank"
  118. class="px-5 py-2 rounded-full bg-gradient-to-r from-primary to-purple-600 text-white hover:shadow-lg transition-all">联系我们</a>
  119. </nav>
  120. <!-- 移动端菜单 -->
  121. <button id="mobileMenuBtn" class="md:hidden text-xl">
  122. <i class="fa fa-bars"></i>
  123. </button>
  124. </div>
  125. <!-- 移动端菜单内容 -->
  126. <div id="mobileMenu" class="md:hidden hidden bg-white border-t">
  127. <div class="container mx-auto px-4 py-3 flex flex-col space-y-3">
  128. <a href="./hkhcdbqb.html" class="py-2 hover:text-primary transition-colors">首页</a>
  129. <a href="./hkhcdbqbDownload.html" class="py-2 text-primary">下载中心</a>
  130. <a href="https://api.whatsapp.com/send?phone=6588792879&text=夺宝奇兵下载我需要帮助" target="_blank"
  131. class="py-2 hover:text-primary transition-colors">帮助</a>
  132. <a href="https://api.whatsapp.com/send?phone=6588792879&text=夺宝奇兵下载我需要帮助" target="_blank"
  133. class="py-2 mt-2 rounded-full bg-gradient-to-r from-primary to-purple-600 text-white text-center">联系我们</a>
  134. </div>
  135. </div>
  136. </header>
  137. <!-- 主要内容 -->
  138. <main class="pt-28 pb-16 px-4">
  139. <div class="container mx-auto max-w-6xl">
  140. <!-- 页面标题 -->
  141. <div class="text-center mb-12 fade-in">
  142. <h1 class="text-[clamp(1.8rem,4vw,2.5rem)] font-bold mb-4">客户端下载</h1>
  143. <p class="text-gray-600 max-w-2xl mx-auto">尊敬的 <font
  144. style="font-weight: bold;color:purple;font-size: 17px;">夺宝奇兵</font>
  145. 体验者您好,<br />请选择适合您设备的客户端,体验夺宝奇兵,听直播和重播!</p>
  146. </div>
  147. <!-- 优化后的下载说明区域 - 整体左对齐 -->
  148. <div
  149. 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">
  150. <div class="max-w-3xl mx-auto">
  151. <!-- 图标与标题行 - 左对齐 -->
  152. <div class="flex items-center mb-4">
  153. <div
  154. class="w-8 h-8 rounded-full bg-blue-100 flex items-center justify-center text-primary flex-shrink-0 mr-3">
  155. <i class="fa fa-info"></i>
  156. </div>
  157. <h3 class="font-semibold text-lg md:text-xl text-gray-800">下载说明</h3>
  158. </div>
  159. <!-- 说明文字 - 左对齐,无额外缩进 -->
  160. <p class="text-gray-700 mb-6">我们的安装包经过安全认证,若浏览器提示拦截,请按照以下步骤操作:</p>
  161. <!-- 步骤说明 - 左对齐,与标题保持视觉一致 -->
  162. <div>
  163. <div class="grid grid-cols-1 md:grid-cols-3 gap-4 md:gap-6">
  164. <div class="guide-step group">
  165. <span class="guide-step-number group-hover:bg-primary/80 transition-colors">1</span>
  166. <span class="text-gray-700 group-hover:text-primary transition-colors">点击浏览器拦截提示</span>
  167. </div>
  168. <div class="guide-step group">
  169. <span class="guide-step-number group-hover:bg-primary/80 transition-colors">2</span>
  170. <span class="text-gray-700 group-hover:text-primary transition-colors">选择"允许下载"</span>
  171. </div>
  172. <div class="guide-step group">
  173. <span class="guide-step-number group-hover:bg-primary/80 transition-colors">3</span>
  174. <span class="text-gray-700 group-hover:text-primary transition-colors">在下载中心确认保存</span>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. <!-- 下载卡片区域 -->
  181. <div id="downloading" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 mb-16">
  182. <!-- Windows -->
  183. <div class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in">
  184. <div
  185. class="w-20 h-20 mx-auto mb-5 rounded-full bg-windows/10 flex items-center justify-center text-windows text-4xl">
  186. <i class="fa fa-windows"></i>
  187. </div>
  188. <h3 class="text-lg font-bold mb-2">Windows</h3>
  189. <p class="text-gray-500 text-sm mb-3">适用于Win 10及以上</p>
  190. <p class="text-gray-500 text-xs mb-4">版本: v1.2.2 | 178 MB</p>
  191. <button onclick="handlePlatformDownload('windows')"
  192. class="btn-effect w-full py-3 rounded-lg bg-windows text-white font-medium">
  193. <i class="fa fa-download mr-2"></i>立即下载
  194. </button>
  195. </div>
  196. <!-- macOS -->
  197. <div class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-100">
  198. <div
  199. class="w-20 h-20 mx-auto mb-5 rounded-full bg-gray-100 flex items-center justify-center text-macos text-4xl">
  200. <i class="fa fa-apple"></i>
  201. </div>
  202. <h3 class="text-lg font-bold mb-2">macOS</h3>
  203. <p class="text-gray-500 text-sm mb-3">适用于macOS 10.15+</p>
  204. <p class="text-gray-500 text-xs mb-4">版本: v1.2.1 | 80.6 MB</p>
  205. <button onclick="handlePlatformDownload('macos')"
  206. class="btn-effect w-full py-3 rounded-lg bg-macos text-white font-medium">
  207. <i class="fa fa-download mr-2"></i>立即下载
  208. </button>
  209. </div>
  210. <!-- Android -->
  211. <div class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-200">
  212. <div
  213. class="w-20 h-20 mx-auto mb-5 rounded-full bg-android/10 flex items-center justify-center text-android text-4xl">
  214. <i class="fa fa-android"></i>
  215. </div>
  216. <h3 class="text-lg font-bold mb-2">Android</h3>
  217. <p class="text-gray-500 text-sm mb-3">适用于Android 6.0+</p>
  218. <p class="text-gray-500 text-xs mb-4">版本: v1.3.22 | 20.11 MB</p>
  219. <button onclick="handlePlatformDownload('android')"
  220. class="btn-effect w-full py-3 rounded-lg bg-android text-white font-medium">
  221. <i class="fa fa-download mr-2"></i>立即下载
  222. </button>
  223. </div>
  224. <!-- iOS -->
  225. <div class="bg-white rounded-xl shadow-md p-6 text-center card-hover fade-in delay-300">
  226. <div
  227. class="w-20 h-20 mx-auto mb-5 rounded-full bg-gray-100 flex items-center justify-center text-ios text-4xl">
  228. <i class="fa fa-mobile"></i>
  229. </div>
  230. <h3 class="text-lg font-bold mb-2">iOS</h3>
  231. <p class="text-gray-500 text-sm mb-3">适用于iOS 13.0+</p>
  232. <p class="text-gray-500 text-xs mb-4">版本: v3.1.8 | 45.2 MB</p>
  233. <button onclick="handlePlatformDownload('ios')"
  234. class="btn-effect w-full py-3 rounded-lg bg-ios text-white font-medium">
  235. <i class="fa fa-download mr-2"></i>立即下载
  236. </button>
  237. </div>
  238. </div>
  239. <!-- 设备展示图 -->
  240. <div class="max-w-3xl mx-auto mb-16 fade-in delay-100">
  241. <a href="#"><img src="https://hc.homilychart.com/hc/250121/img/homilylink-down.jpeg" alt="多平台设备展示"
  242. class="w-full h-auto rounded-xl shadow-lg"></a>
  243. </div>
  244. <!-- 下载帮助指南 -->
  245. <div class="mt-16 bg-white rounded-xl shadow-md p-6 max-w-3xl mx-auto fade-in delay-200">
  246. <h3 class="text-xl font-bold mb-4 text-center">常见下载问题</h3>
  247. <div class="space-y-4">
  248. <div>
  249. <h4 class="font-semibold mb-1 flex items-center">
  250. <i class="fa fa-shield text-primary mr-2"></i>
  251. 为什么我的下载被拦截了?
  252. </h4>
  253. <p class="text-gray-600 text-sm">浏览器会对未知的安装包进行安全检查,这是正常的安全机制。我们的软件经过数字签名,您可以放心下载。</p>
  254. </div>
  255. <div>
  256. <h4 class="font-semibold mb-1 flex items-center">
  257. <i class="fa fa-exclamation-triangle text-primary mr-2"></i>
  258. 下载的文件无法打开?
  259. </h4>
  260. <p class="text-gray-600 text-sm">请检查您的设备是否满足系统要求,Windows和macOS可能需要在设置中允许来自开发者的应用。</p>
  261. </div>
  262. </div>
  263. </div>
  264. </div>
  265. </main>
  266. <!-- 下载确认弹窗 -->
  267. <div id="downloadModal" class="modal-backdrop" role="dialog" aria-modal="true" aria-labelledby="modalTitle"
  268. aria-describedby="modalDescription">
  269. <div class="modal-content p-6">
  270. <div class="text-center mb-4">
  271. <div
  272. class="w-16 h-16 rounded-full bg-green-100 flex items-center justify-center text-green-500 mx-auto mb-4">
  273. <i class="fa fa-download text-2xl"></i>
  274. </div>
  275. <h3 class="text-xl font-bold" id="modalTitle">确认下载</h3>
  276. <p class="text-gray-600 mt-2" id="modalDescription">您即将下载以下文件</p>
  277. </div>
  278. <div class="bg-gray-50 rounded-lg p-4 mb-6">
  279. <div class="flex justify-between items-center mb-2">
  280. <span class="text-gray-500">设备:</span>
  281. <span class="font-medium" id="modalDevice"></span>
  282. </div>
  283. <div class="flex justify-between items-center mb-2">
  284. <span class="text-gray-500">版本:</span>
  285. <span id="modalVersion"></span>
  286. </div>
  287. <div class="flex justify-between items-center">
  288. <span class="text-gray-500">文件名:</span>
  289. <span class="font-medium" id="modalFileName"></span>
  290. </div>
  291. </div>
  292. <div class="p-3 bg-blue-50 border border-blue-100 rounded-lg mb-6 text-sm text-blue-700">
  293. <i class="fa fa-info-circle mr-2"></i>
  294. <span>如果浏览器阻止下载,请在下载栏中选择"保留"或"允许"以继续。</span>
  295. </div>
  296. <div class="flex gap-3">
  297. <button id="cancelDownload"
  298. class="flex-1 py-3 rounded-lg border border-gray-300 text-gray-700 font-medium hover:bg-gray-50 transition-colors"
  299. aria-label="取消下载">
  300. 取消
  301. </button>
  302. <button id="confirmDownload"
  303. class="flex-1 py-3 rounded-lg bg-primary text-white font-medium hover:bg-primary/90 transition-colors"
  304. aria-label="确认下载">
  305. 确认下载
  306. </button>
  307. </div>
  308. </div>
  309. </div>
  310. <!-- 移动端下载电脑端提示弹窗 -->
  311. <div id="mobileWarningModal" class="modal-backdrop" role="dialog" aria-modal="true">
  312. <div class="modal-content p-6">
  313. <div class="text-center mb-6">
  314. <div
  315. class="w-16 h-16 rounded-full bg-yellow-100 flex items-center justify-center text-yellow-500 mx-auto mb-4">
  316. <i class="fa fa-exclamation-triangle text-2xl"></i>
  317. </div>
  318. <h3 class="text-xl font-bold">设备不匹配提示</h3>
  319. <p class="text-gray-600 mt-3">您正在使用移动设备访问,建议下载适合手机的版本以获得最佳体验。</p>
  320. <p class="text-gray-600 mt-2">如果需要电脑版,请在电脑上访问本页面下载。</p>
  321. </div>
  322. <div class="flex gap-3">
  323. <button id="cancelComputerDownload"
  324. class="flex-1 py-3 rounded-lg border border-gray-300 text-gray-700 font-medium hover:bg-gray-50 transition-colors">
  325. 下载手机版
  326. </button>
  327. <button id="continueComputerDownload"
  328. class="flex-1 py-3 rounded-lg bg-primary text-white font-medium hover:bg-primary/90 transition-colors">
  329. 仍要下载电脑版
  330. </button>
  331. </div>
  332. </div>
  333. </div>
  334. <!-- 页脚 -->
  335. <footer class="bg-gray-900 text-white py-10 px-4">
  336. <div class="container mx-auto max-w-6xl text-center">
  337. <div class="mb-6">
  338. <div class="inline-flex items-center space-x-2">
  339. <div class="w-10 h-10 rounded-lg gradient-bg flex items-center justify-center">
  340. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/20230711171637.png" style="width: 40px;height: 40px;">
  341. </div>
  342. <span class="font-bold">夺宝奇兵</span>
  343. </div>
  344. </div>
  345. <p class="text-gray-400 text-sm mb-4">Copyright 2026.Capitalmaster Pte Ltd All Rights Reserved.</p>
  346. </div>
  347. </footer>
  348. <script type="text/javascript" src="250121/js/20251015.js"></script>
  349. </body>
  350. </html>