Files
digital-psychology/pages/scales.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

35 lines
994 B
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/scales.css">
</head>
<body class="app-page" data-nav="scales">
<div class="header">
<a href="../yuxingu.html" class="logo"><img src="../logo.png" alt="愈心谷"></a>
<div class="sub">愈心谷数字解构 · 专业心理量表库</div>
</div>
<div class="categories" id="cats"></div>
<div id="content"></div>
<script src="../js/shell.js"></script>
<script src="../js/scales.js"></script>
</body>
</html>