feat: add social sharing identity

This commit is contained in:
wuyang
2026-07-29 17:40:14 +08:00
parent 151941af64
commit 9fe84f476e
4 changed files with 39 additions and 4 deletions
+32 -2
View File
@@ -4,8 +4,39 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#f3f0e9" />
<meta name="description" content="让零散念头继续生长的私人笔记本" />
<meta
name="description"
content="一个先保存、后理解的私人 AI 笔记本。自由记录零散念头,由 AI 在后台整理并跟踪它们如何生长。"
/>
<meta property="og:type" content="website" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:site_name" content="续想" />
<meta property="og:title" content="续想|让零散的念头,继续往前走" />
<meta
property="og:description"
content="一个先保存、后理解的私人 AI 笔记本。自由记录零散念头,由 AI 在后台整理并跟踪它们如何生长。"
/>
<meta property="og:url" content="https://note.k1412.top/" />
<meta property="og:image" content="https://note.k1412.top/share-card.png" />
<meta property="og:image:secure_url" content="https://note.k1412.top/share-card.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="续想:让零散的念头,继续往前走。"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="续想|让零散的念头,继续往前走" />
<meta
name="twitter:description"
content="一个先保存、后理解的私人 AI 笔记本。自由记录零散念头,由 AI 在后台整理并跟踪它们如何生长。"
/>
<meta name="twitter:image" content="https://note.k1412.top/share-card.png" />
<meta name="twitter:image:alt" content="续想:让零散的念头,继续往前走。" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/logo-512.png" />
<link rel="image_src" href="https://note.k1412.top/share-card.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<title>续想</title>
</head>
@@ -14,4 +45,3 @@
<script type="module" src="/src/main.tsx"></script>
</body>
</html>