mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-08-01 16:43:37 +08:00
5b4e224f deleted these four as part of the migration cleanup; e9b53f68 rolled back its UI half and brought them along. They were already dead at c2774fc1 -- the pre-shadcn baseline -- so this restores a cleanup rather than removing anything the rollback needed. Nothing imports them: neither a relative nor an @/ import of any of the four appears anywhere under desktop/src, tsc is clean, and the suite still reports 2520 passing. The other files the same revert restored stay: shared/Button (23 importers), shared/Input (7), shared/Dropdown (4) and pages/NewTaskModal (3) are all live under the reverted UI.
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