Files
digital-psychology/pages/mine.html
T
jackyu66gitandCursor 2fb1dfee14 chore: seal Design Vision v1 and monorepo scaffold
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>
2026-08-02 16:00:44 +08:00

46 lines
1.5 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">
<title>我的 · 愈心谷</title>
<link rel="stylesheet" href="../css/app.css">
<link rel="stylesheet" href="../css/hub.css">
</head>
<body data-nav="mine">
<div class="page-header">
<img src="../logo.png" alt="愈心谷" style="height:28px">
<div class="sub">我的 · 工具与记录</div>
</div>
<div class="hub-list">
<a class="hub-item" href="mindmap.html">
<div class="hi hi-purple"></div>
<div><div class="ht">愈心脑图</div><div class="hd">可视化编辑 · 架构梳理</div></div>
<span class="ha"></span>
</a>
<a class="hub-item" href="decode.html">
<div class="hi hi-gold"></div>
<div><div class="ht">我的解码</div><div class="hd">重新生成生日报告</div></div>
<span class="ha"></span>
</a>
<a class="hub-item" href="scales.html">
<div class="hi hi-rose"></div>
<div><div class="ht">测评记录</div><div class="hd">进入量表库查看与重测</div></div>
<span class="ha"></span>
</a>
</div>
<script src="../js/shell.js"></script>
</body>
</html>