cc-haha/site/index.html
2026-07-23 20:46:33 +08:00

36 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#f4f0e7">
<meta
name="description"
content="Claude Code Haha — 把 Main Session、多 Agent、桌面宠物、Computer Use 和远程协作带进一个真正能工作的桌面应用。"
>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" href="/images/app-icon.svg" type="image/svg+xml">
<meta property="og:type" content="website">
<meta property="og:title" content="Claude Code Haha — Claude Code 的桌面工作室">
<meta
property="og:description"
content="主会话、代码审阅、Agent、桌面宠物、Computer Use、远程入口与自动任务都在一个本地优先的桌面应用里。"
>
<meta property="og:image" content="https://claudecode-haha.relakkesyang.org/images/banner.png">
<meta name="twitter:card" content="summary_large_image">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D42DM82263"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag(){dataLayer.push(arguments)}
gtag('js', new Date())
gtag('config', 'G-D42DM82263')
</script>
<title>Claude Code Haha — 会工作的桌面 AI 搭档</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>