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
+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"