mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-29 18:05:37 +08:00
chore(release): bump version to 3.15.0
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -657,6 +657,7 @@
|
||||
"viewReleaseNotes": "このバージョンのリリースノートを見る",
|
||||
"viewCurrentReleaseNotes": "現在のバージョンのリリースノートを見る",
|
||||
"officialWebsite": "公式サイト",
|
||||
"github": "GitHub",
|
||||
"oneClickInstall": "ワンクリックインストール",
|
||||
"oneClickInstallHint": "Claude Code / Codex / Gemini CLI / OpenCode をインストール",
|
||||
"localEnvCheck": "ローカル環境チェック",
|
||||
|
||||
@@ -657,6 +657,7 @@
|
||||
"viewReleaseNotes": "查看该版本更新日志",
|
||||
"viewCurrentReleaseNotes": "查看当前版本更新日志",
|
||||
"officialWebsite": "官方网站",
|
||||
"github": "GitHub",
|
||||
"oneClickInstall": "一键安装",
|
||||
"oneClickInstallHint": "安装 Claude Code / Codex / Gemini CLI / OpenCode",
|
||||
"localEnvCheck": "本地环境检查",
|
||||
|
||||
Reference in New Issue
Block a user