mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-31 16:33:34 +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