|
|
|
@ -720,8 +720,129 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<section id="page-register-success" class="page dohidden"> |
|
|
|
<section |
|
|
|
id="page-register-success" |
|
|
|
class="page relative text-white overflow-hidden font-sans min-h-screen flex flex-col " |
|
|
|
> |
|
|
|
<div class="absolute inset-0 z-0"> |
|
|
|
<img |
|
|
|
src="https://d31zlh4on95l9h.cloudfront.net/files/5iujc601000dg5x4n27vjww900qflsd4.png" |
|
|
|
alt="Background" |
|
|
|
class="w-full h-full object-cover" |
|
|
|
> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div |
|
|
|
class="relative z-10 container mx-auto px-4 pt-24 pb-32 flex flex-col items-center justify-center flex-grow" |
|
|
|
> |
|
|
|
<div class="text-center mb-4"> |
|
|
|
<div class="inline-flex items-center justify-center w-50 h-50"> |
|
|
|
<img |
|
|
|
src="https://d31zlh4on95l9h.cloudfront.net/files/5iujc601000dg60iar844k3b00dwd26x.png" |
|
|
|
alt="DeepChart" |
|
|
|
class=" object-contain" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div |
|
|
|
class="w-full max-w-lg rounded-2xl p-6 md:p-8 mb-6 |
|
|
|
bg-white/5 backdrop-blur-md |
|
|
|
border border-red-500/20 |
|
|
|
shadow-[0_0_40px_rgba(239,68,68,0.25)]" |
|
|
|
> |
|
|
|
<div class="flex flex-col md:grid md:grid-cols-[1fr_auto_1fr] md:gap-6 items-center"> |
|
|
|
|
|
|
|
<div class="text-center w-full flex flex-col items-center justify-center"> |
|
|
|
<div |
|
|
|
class="bg-white p-2 rounded-lg inline-block mb-3 |
|
|
|
ring-1 ring-red-500/30 |
|
|
|
shadow-[0_0_25px_rgba(239,68,68,0.35)]" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://d31zlh4on95l9h.cloudfront.net/files/5iujc601000dg60j5yw7c9zc00p7o09d.png" |
|
|
|
class="w-28 h-28" |
|
|
|
alt="QR Code" |
|
|
|
> |
|
|
|
</div> |
|
|
|
<p class="text-gray-400 text-xs"> |
|
|
|
扫描二维码下载 |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div |
|
|
|
class="hidden md:block h-20 w-px |
|
|
|
bg-gradient-to-b from-transparent via-red-500/40 to-transparent" |
|
|
|
></div> |
|
|
|
|
|
|
|
<div class="text-center md:text-left flex flex-col items-center md:items-start justify-center h-full w-full mt-6 md:mt-0"> |
|
|
|
<img |
|
|
|
src="https://d31zlh4on95l9h.cloudfront.net/files/5iujc601000dg5bad6avznn400jwiqwu.png" |
|
|
|
class="w-8 h-8 mb-3" |
|
|
|
alt="" |
|
|
|
/> |
|
|
|
<h2 class="text-lg font-bold mb-1">数据分析时代</h2> |
|
|
|
<p class="text-gray-300 text-sm">AI价值的终极呈现</p> |
|
|
|
<p class="text-gray-400 text-xs mt-1">全球最懂机构行为的AI</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div |
|
|
|
class="w-full max-w-lg bg-black/30 backdrop-blur-sm rounded-xl |
|
|
|
p-5 border border-white/5 shadow-lg" |
|
|
|
> |
|
|
|
<h3 class="text-center text-sm mb-4 text-gray-200"> |
|
|
|
常见下载问题 |
|
|
|
</h3> |
|
|
|
|
|
|
|
<div class="space-y-4"> |
|
|
|
<div class="flex items-start gap-3"> |
|
|
|
<i class="fa fa-shield text-blue-400 mt-1 text-xs"></i> |
|
|
|
<div> |
|
|
|
<h4 class="text-xs font-bold text-gray-200 mb-0.5"> |
|
|
|
为什么我的下载被拦截了 |
|
|
|
</h4> |
|
|
|
<p class="text-[10px] text-gray-400"> |
|
|
|
浏览器会对未知安装包进行安全检查,这是正常机制 |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="flex items-start gap-3"> |
|
|
|
<i class="fa fa-exclamation-triangle text-blue-400 mt-1 text-xs"></i> |
|
|
|
<div> |
|
|
|
<h4 class="text-xs font-bold text-gray-200 mb-0.5"> |
|
|
|
下载的文件无法打开? |
|
|
|
</h4> |
|
|
|
<p class="text-[10px] text-gray-400"> |
|
|
|
Windows / macOS 需在设置中允许来自开发者的应用 |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="absolute bottom-0 left-0 w-full z-20"> |
|
|
|
<div |
|
|
|
class="w-full bg-black/20 backdrop-blur-lg border-t border-white/10 py-10 |
|
|
|
flex flex-col items-center justify-center" |
|
|
|
> |
|
|
|
<div class="flex items-center justify-center gap-2 mb-2 opacity-90"> |
|
|
|
<img |
|
|
|
src="https://d31zlh4on95l9h.cloudfront.net/files/5iujc601000dg5bad6avznn400jwiqwu.png" |
|
|
|
class="w-6 h-6" |
|
|
|
alt="" |
|
|
|
> |
|
|
|
<span class="text-base font-semibold tracking-wide">DeepChart</span> |
|
|
|
</div> |
|
|
|
<p class="text-xs text-gray-300 uppercase tracking-wider"> |
|
|
|
copyright 2025. Capitalmaster Pte Ltd All Rights Reserved |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<section id="page-guide" class="page dohidden"> |
|
|
|
<div class="container mx-auto max-w-5xl pt-24"> |
|
|
|
@ -967,7 +1088,7 @@ |
|
|
|
|
|
|
|
if (response.code === 200 && response.data) { |
|
|
|
// 成功获取图片URL,更新图片src |
|
|
|
lectureImage.src = response.data; |
|
|
|
lectureImage.src = response.data.img_url; |
|
|
|
console.log('讲座图片加载成功:', response.data); |
|
|
|
} else { |
|
|
|
console.warn('获取图片失败:', response.msg); |
|
|
|
|