chore: update changelog URL to y574444354/csc repository

- Changed CHANGELOG_URL and RAW_CHANGELOG_URL to point to y574444354/csc
- Updated both GitHub page and raw content URLs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Askhz 2026-04-21 19:38:55 +08:00
parent 3afc49eb82
commit 7ad764b5a4

View File

@ -26,9 +26,9 @@ const MAX_RELEASE_NOTES_SHOWN = 5
* 3. Next time the user starts Claude, the cached changelog is available immediately * 3. Next time the user starts Claude, the cached changelog is available immediately
*/ */
export const CHANGELOG_URL = export const CHANGELOG_URL =
'https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md' 'https://github.com/y574444354/csc/blob/main/CHANGELOG.md'
const RAW_CHANGELOG_URL = const RAW_CHANGELOG_URL =
'https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/CHANGELOG.md' 'https://raw.githubusercontent.com/y574444354/csc/refs/heads/main/CHANGELOG.md'
/** /**
* Get the path for the cached changelog file. * Get the path for the cached changelog file.