chore(release): bump version to 3.15.0

This commit is contained in:
Jason
2026-05-16 11:21:18 +08:00
parent 9e6a7a0d81
commit 9e3f168903
16 changed files with 1633 additions and 9 deletions
+1 -1
View File
@@ -1198,7 +1198,7 @@ function App() {
<div className="flex items-center gap-2">
<div className="relative inline-flex items-center">
<a
href="https://github.com/farion1231/cc-switch"
href="https://ccswitch.io"
target="_blank"
rel="noreferrer"
className={cn(
+15
View File
@@ -3,6 +3,7 @@ import {
Download,
Copy,
ExternalLink,
Github,
Globe,
Info,
Loader2,
@@ -371,6 +372,20 @@ export function AboutSection({ isPortable }: AboutSectionProps) {
<Globe className="h-3.5 w-3.5" />
{t("settings.officialWebsite")}
</Button>
<Button
type="button"
variant="outline"
size="sm"
onClick={() =>
settingsApi.openExternal(
"https://github.com/farion1231/cc-switch",
)
}
className="h-8 gap-1.5 text-xs"
>
<Github className="h-3.5 w-3.5" />
{t("settings.github")}
</Button>
<Button
type="button"
variant="outline"
+1
View File
@@ -657,6 +657,7 @@
"viewReleaseNotes": "View release notes for this version",
"viewCurrentReleaseNotes": "View current version release notes",
"officialWebsite": "Official Website",
"github": "GitHub",
"oneClickInstall": "One-click Install",
"oneClickInstallHint": "Install Claude Code / Codex / Gemini CLI / OpenCode",
"localEnvCheck": "Local environment check",
+1
View File
@@ -657,6 +657,7 @@
"viewReleaseNotes": "このバージョンのリリースノートを見る",
"viewCurrentReleaseNotes": "現在のバージョンのリリースノートを見る",
"officialWebsite": "公式サイト",
"github": "GitHub",
"oneClickInstall": "ワンクリックインストール",
"oneClickInstallHint": "Claude Code / Codex / Gemini CLI / OpenCode をインストール",
"localEnvCheck": "ローカル環境チェック",
+1
View File
@@ -657,6 +657,7 @@
"viewReleaseNotes": "查看该版本更新日志",
"viewCurrentReleaseNotes": "查看当前版本更新日志",
"officialWebsite": "官方网站",
"github": "GitHub",
"oneClickInstall": "一键安装",
"oneClickInstallHint": "安装 Claude Code / Codex / Gemini CLI / OpenCode",
"localEnvCheck": "本地环境检查",