mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-25 13:45:03 +08:00
chore(brand): surface ccswitch.io as the sole official website
Add an "Only Official Website" header to the three READMEs, an About panel button, and a tray menu entry — all pointing to ccswitch.io. Consolidates brand and SEO signals on the canonical domain across docs, GUI, and system tray.
This commit is contained in:
@@ -3,6 +3,7 @@ import {
|
||||
Download,
|
||||
Copy,
|
||||
ExternalLink,
|
||||
Globe,
|
||||
Info,
|
||||
Loader2,
|
||||
RefreshCw,
|
||||
@@ -360,6 +361,16 @@ export function AboutSection({ isPortable }: AboutSectionProps) {
|
||||
</div>
|
||||
|
||||
<div className="flex items-center gap-2">
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
size="sm"
|
||||
onClick={() => settingsApi.openExternal("https://ccswitch.io")}
|
||||
className="h-8 gap-1.5 text-xs"
|
||||
>
|
||||
<Globe className="h-3.5 w-3.5" />
|
||||
{t("settings.officialWebsite")}
|
||||
</Button>
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
|
||||
@@ -643,6 +643,7 @@
|
||||
"releaseNotes": "Release Notes",
|
||||
"viewReleaseNotes": "View release notes for this version",
|
||||
"viewCurrentReleaseNotes": "View current version release notes",
|
||||
"officialWebsite": "Official Website",
|
||||
"oneClickInstall": "One-click Install",
|
||||
"oneClickInstallHint": "Install Claude Code / Codex / Gemini CLI / OpenCode",
|
||||
"localEnvCheck": "Local environment check",
|
||||
|
||||
@@ -643,6 +643,7 @@
|
||||
"releaseNotes": "リリースノート",
|
||||
"viewReleaseNotes": "このバージョンのリリースノートを見る",
|
||||
"viewCurrentReleaseNotes": "現在のバージョンのリリースノートを見る",
|
||||
"officialWebsite": "公式サイト",
|
||||
"oneClickInstall": "ワンクリックインストール",
|
||||
"oneClickInstallHint": "Claude Code / Codex / Gemini CLI / OpenCode をインストール",
|
||||
"localEnvCheck": "ローカル環境チェック",
|
||||
|
||||
@@ -643,6 +643,7 @@
|
||||
"releaseNotes": "更新日志",
|
||||
"viewReleaseNotes": "查看该版本更新日志",
|
||||
"viewCurrentReleaseNotes": "查看当前版本更新日志",
|
||||
"officialWebsite": "官方网站",
|
||||
"oneClickInstall": "一键安装",
|
||||
"oneClickInstallHint": "安装 Claude Code / Codex / Gemini CLI / OpenCode",
|
||||
"localEnvCheck": "本地环境检查",
|
||||
|
||||
Reference in New Issue
Block a user