mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-31 16:33:34 +08:00
The redesigned chat header stacked a non-truncating 22px title above its metadata row inside px-9 pt-6 pb-4, so a long session title wrapped onto two lines and pushed the transcript down. Truncate the title on one line at 15px, move the metadata onto that same row, and tighten the padding to py-2: measured 123.5px -> 35.75px on a real session at a 1600px viewport, with the full title kept in a hover tooltip. The wide and workspace-open layouts now share one set of styles instead of drifting apart, and the metadata separator is marked aria-hidden since it is pure decoration.
Claude Code Haha Desktop
基于 Tauri 2 + React 的桌面客户端。
开发
bun install
bun run tauri dev
构建
# macOS (Apple Silicon)
./scripts/build-macos-arm64.sh
# Windows (x64, MSI only)
.\scripts\build-windows-x64.ps1
构建产物位于 build-artifacts/ 目录,文件名会显式包含平台、架构和包类型。
常见问题
macOS 提示"已损坏,无法打开"
xattr -cr /Applications/Claude\ Code\ Haha.app