feat: 新增愈心解码整合页面 + 公共代码重构
- 新增 common.js: 从 shuzi.html/yangsheng.html 提取共享引擎(数字三角计算、八字五行、体质判别等纯函数+数据字典) - 新增 jiema.html: 愈心解码统一入口,整合数字性格+五行体质+今日锦囊,含付费墙(模拟支付)、分享卡片、契合度测算 - shuzi.html: 引用 common.js,删重复代码,新增返回链接+URL参数预填 - yangsheng.html: 引用 common.js,删重复代码,新增返回链接+URL参数预填 - yuxingu.html: Hero下方新增愈心解码入口卡片(含生日输入+生成按钮) - index.html: 新增愈心解码导航卡片 - CLAUDE.md: 补充项目文档和架构说明 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -39,6 +39,7 @@ body{
|
||||
.c2 .li{background:#E6F0FF;color:#4A90E2}
|
||||
.c3 .li{background:#E6FFE8;color:#5CB85C}
|
||||
.c4 .li{background:#FFF8E6;color:#E8985A}
|
||||
.c5 .li{background:#FFF5EC;color:#C8923A}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -51,6 +52,10 @@ body{
|
||||
<div class="li">🏠</div>
|
||||
<div><div class="lt">愈心谷首页</div><div class="ld">心理健康服务 · 愈心魔方</div></div>
|
||||
</a>
|
||||
<a href="jiema.html" class="link-card c5">
|
||||
<div class="li">🔮</div>
|
||||
<div><div class="lt">愈心解码</div><div class="ld">一个生日 · 读懂身与心</div></div>
|
||||
</a>
|
||||
<a href="shuzi.html" class="link-card c2">
|
||||
<div class="li">△</div>
|
||||
<div><div class="lt">数字心理学</div><div class="ld">生命数字三角解构</div></div>
|
||||
|
||||
Reference in New Issue
Block a user