summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHIZI-0618 <[email protected]>2023-05-25 13:26:14 +0800
committerCHIZI-0618 <[email protected]>2023-05-25 13:26:14 +0800
commitb400c44deee5207802448fb00bb8ed3e9ec036e9 (patch)
tree8af7280bbd09dde09befb3fa058e8bafce1843e0
parent72e327de5d8efc93b1fe141004475492874ce5cf (diff)
chore: about page
-rw-r--r--src/components/about/About.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/about/About.tsx b/src/components/about/About.tsx
index ee7d2b6..eb7a268 100644
--- a/src/components/about/About.tsx
+++ b/src/components/about/About.tsx
@@ -43,7 +43,9 @@ function AboutImpl(props: Props) {
version.meta && version.premium ? 'sing-box' : version.meta ? 'Clash.Meta' : 'Clash'
}
version={version.version}
- link="https://github.com/metacubex/clash.meta"
+ link={
+ version.meta && version.premium ? 'https://github.com/SagerNet/sing-box' : version.meta ? 'https://github.com/MetaCubeX/Clash.Meta' : 'https://github.com/Dreamacro/clash'
+ }
/>
) : null}
<Version name="Yacd" version={__VERSION__} link="https://github.com/metacubex/yacd" />