Files
clawX/index.html
zyh 48e65882d6
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
refactor: rebrand ClawX to 89cat/89猫
Replace all user-facing "ClawX" branding with "89猫" (zh/ja) or
"89cat" (en/ru) across window title, sidebar, setup wizard, and
settings page i18n.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-04 10:44:18 +08:00

14 lines
354 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>89猫</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>