Merge pull request #35 from Askhz/chore/change-logo

chore: change logo
This commit is contained in:
yhf 2026-04-22 09:40:53 +08:00 committed by GitHub
commit 2393020e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -721,7 +721,7 @@ function TranscriptSearchBar({
}
const TITLE_ANIMATION_FRAMES = ['⠂', '⠐'];
const TITLE_STATIC_PREFIX = '';
const TITLE_STATIC_PREFIX = '';
const TITLE_ANIMATION_INTERVAL_MS = 960;
/**

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
*/
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 =
'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.