docs: Update INCY client details and add download links (#372)

This commit is contained in:
Boris Kovalskii
2026-03-20 23:41:53 +10:00
committed by GitHub
parent bc053dfa40
commit 2d78544388

View File

@@ -534,17 +534,20 @@ export const CLIENTS: Client[] = [
},
{
id: 'incy',
name: 'Incy',
name: 'INCY',
core: 'xray',
platforms: ['ios', 'macos'],
platforms: ['android', 'ios', 'macos', 'windows', 'linux'],
description: 'Modern VPN client with VLESS, VMess, Trojan and Shadowsocks support.',
logo: '/clients/logo/incy-dark.svg',
badges: {
hwid: true
},
downloadLinks: {
android: 'https://play.google.com/store/apps/details?id=llc.itdev.incy',
ios: 'https://apps.apple.com/us/app/incy/id6756943388',
macos: 'https://apps.apple.com/us/app/incy/id6756943388'
macos: 'https://apps.apple.com/us/app/incy/id6756943388',
windows: 'https://github.com/INCY-DEV/incy-platforms/releases/latest',
linux: 'https://github.com/INCY-DEV/incy-platforms/releases/latest'
},
links: {
website: 'https://incy.cc/'