Archive the differentiated YuXinGu product docs, AI engineering system, design contract, and Go/Vue scaffold. Next execution prioritizes Cece-parity over early innovation (see .ai/product/STRATEGY.md). Co-authored-by: Cursor <cursoragent@cursor.com>
62 lines
2.3 KiB
HTML
62 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LVVXH3TL04"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'G-LVVXH3TL04');
|
|
</script>
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,maximum-scale=1">
|
|
<title>愈心解码 · 愈心谷</title>
|
|
<link rel="stylesheet" href="../css/app.css">
|
|
<link rel="stylesheet" href="../css/decode.css">
|
|
|
|
</head>
|
|
<body class="app-page" data-nav="none" data-back="yuxingu.html" data-title="愈心解码 · 愈心谷">
|
|
|
|
<div class="wrap">
|
|
<div class="top">
|
|
<img src="../logo.png" alt="愈心谷" style="height:36px;margin-bottom:8px">
|
|
<div class="t">愈心解码</div>
|
|
<div class="s">一个生日,读懂你的身与心</div>
|
|
</div>
|
|
<div id="report"></div>
|
|
<div class="disc" id="disc" style="display:none">
|
|
📋 本页面内容为文化 + 心理测评 + 健康生活方式参考,<br>
|
|
体质部分参考国标《中医体质分类与判定》,不构成医疗建议。
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 分享卡片弹层 -->
|
|
<div class="modal" id="shareModal">
|
|
<div class="m-box">
|
|
<canvas id="shareCanvas" width="540" height="720"></canvas>
|
|
<div class="m-tip">长按图片保存 · 分享给好友</div>
|
|
<div class="m-close" onclick="document.getElementById('shareModal').classList.remove('on')">关闭</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 支付弹窗 -->
|
|
<div class="pay-modal" id="payModal">
|
|
<div class="pm-box">
|
|
<div class="pm-icon">🔮</div>
|
|
<div class="pm-title">解锁完整深度报告</div>
|
|
<div class="pm-desc">一次解锁,永久查看所有解读</div>
|
|
<div class="pm-price">¥39.9</div>
|
|
<div class="pm-features">✨ 天赋优势深度解读<br>✨ 人生课题方向指引<br>✨ 12组联合码全解析<br>✨ 五行体质完整方案</div>
|
|
<button class="pm-btn" onclick="doUnlock()">立即解锁 →</button>
|
|
<button class="pm-cancel" onclick="document.getElementById('payModal').classList.remove('on')">暂不需要</button>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="../js/shell.js"></script>
|
|
<script src="../js/common.js"></script>
|
|
<script src="../js/decode.js"></script>
|
|
</body>
|
|
</html>
|