docs: fixing links in clients (#314)

* docs: fixing links in clients
This commit is contained in:
Danila
2026-01-17 18:15:53 +03:00
committed by GitHub
parent c7b2b6bc9d
commit 8601a68272

View File

@@ -65,7 +65,7 @@ export const CLIENTS: Client[] = [
id: 'happ',
name: 'Happ',
core: 'xray',
platforms: ['android', 'ios', 'macos', 'windows'],
platforms: ['android', 'ios', 'macos', 'windows', 'linux'],
description: 'Modern and feature-rich proxy client for Android, iOS, macOS, and Windows.',
logo: '/clients/logo/happ-dark.svg',
badges: {
@@ -76,9 +76,8 @@ export const CLIENTS: Client[] = [
android: 'https://play.google.com/store/apps/details?id=com.happproxy',
ios: 'https://apps.apple.com/us/app/happ-proxy-utility/id6504287215',
macos: 'https://apps.apple.com/us/app/happ-proxy-utility/id6504287215',
windows:
'https://github.com/Happ-proxy/happ-desktop/releases/latest/download/setup-Happ.x86.exe',
linux: 'https://github.com/Happ-proxy/happ-desktop/releases/'
windows: 'https://github.com/Happ-proxy/happ-desktop/releases/latest/download/setup-Happ.x64.exe',
linux: 'https://github.com/Happ-proxy/happ-desktop/releases/latest'
},
links: {
website: 'https://happ.su/main',
@@ -227,13 +226,14 @@ export const CLIENTS: Client[] = [
description:
'Universal proxy platform with multiple protocol support. ⚠️ iOS/macOS version outdated.',
logo: '/clients/logo/sing-box-dark.svg',
githubRepo: 'SagerNet/sing-box',
downloadLinks: {
android: 'https://play.google.com/store/apps/details?id=io.nekohasekai.sfa',
ios: 'https://apps.apple.com/us/app/sing-box-vt/id6673731168',
macos: 'https://apps.apple.com/us/app/sing-box-vt/id6673731168'
},
links: {
github: 'https://github.com/sing-box/sing-box',
github: 'https://github.com/SagerNet/sing-box',
docs: 'https://sing-box.sagernet.org/'
}
},
@@ -472,15 +472,21 @@ export const CLIENTS: Client[] = [
id: 'clash-mi',
name: 'Clash Mi',
core: 'mihomo',
platforms: ['android', 'ios'],
description: 'Mihomo client for Android and iOS (Alpha version)',
platforms: ['android', 'ios', 'windows', 'linux', 'macos'],
description: 'Mihomo client',
logo: '/clients/logo/clash-mi-dark.svg',
githubRepo: 'KaringX/clashmi',
downloadLinks: {
android: 'https://github.com/KaringX/clashmi/releases/latest',
ios: 'https://apps.apple.com/us/app/clash-mi/id6744321968'
ios: 'https://apps.apple.com/us/app/clash-mi/id6744321968',
windows: 'https://github.com/KaringX/clashmi/releases/latest',
linux: 'https://github.com/KaringX/clashmi/releases/latest',
macos: 'https://github.com/KaringX/clashmi/releases/latest'
},
links: {
docs: 'https://clashmi.app'
docs: 'https://clashmi.app',
telegram: 'https://t.me/ClashMiApp',
github: 'https://github.com/KaringX/clashmi'
}
},
@@ -536,4 +542,4 @@ export function getPlatformClients() {
macos: getClientsByPlatform('macos'),
linux: getClientsByPlatform('linux')
}
}
}