mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-27 15:13:37 +08:00
- Update source: desktop/package.json publish.owner NanmiCoder -> 706412584 (electron-updater now checks this fork's releases via app-update.yml). Also bump homepage and the legacy Tauri updater endpoint to the fork. - About page: GITHUB_REPO / issues / releases / changelog and the displayed repo name now point to 706412584/cc-haha. Sidebar repo link and ActivitySettings profile subtitle too. - Attribution: original author (NanmiCoder + Bilibili/Douyin/Xiaohongshu social links) is preserved unchanged. Added a new "Fork maintainer" credit (706412584) with i18n keys settings.about.forkMaintainer / forkMaintainerHint across en/zh/zh-TW/jp/kr. Why: this is a self-maintained fork shipping its own builds; pointing the updater at upstream risked overwriting custom builds with upstream releases and hid the fork's own releases. Tested: - bunx vitest run src/pages/ActivitySettings.test.tsx src/__tests__/generalSettings.test.tsx (59 pass) - cd desktop && bun run lint (clean) Not-tested: full verify (long-running) Confidence: high Scope-risk: moderate
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