mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-28 08:44:41 +08:00
chore(release): bump version to 3.15.0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user