×

注意!页面内容来自https://clasha.com.cn/clash-download,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Clash
最新版下载

Clash 是一款开源的网络工具,它支持多种协议。如Shadowsocks、V2Ray、Trojan等。因为某些原因,Clash 系列软件进行了删库,导致无法从 Github 官网下载。

提醒:请优先选择官方发布版本或可信来源下载,安装完成后注意核对版本号。

本页汇总了全平台的 Clash 最新版本客户端,提供相应的 Github 下载地址和本站下载地址,用户可根据自身情况选择下载与教程。

Clash 下载

<> :root { --fz-h1: 40px; --fz-h2: 32px; --fz-h3: 24px; --fz-p: 20px; --lh-title: 1.25; --lh-text: 1.75; --c-hero: #4047a1; --c-primary: #6a7df5; --c-primary-2: #9aa4ff; --c-accent: #4047a1; --c-border: #e2e2e2; --c-card: #fafafa; } @media (max-width: 768px) { :root { --fz-h1: 32px; --fz-h2: 28px; --fz-h3: 24px; --fz-p: 18px; } } .hero-header { background: var(--c-hero); color: #fff; text-align: center; padding: 110px 20px; border-bottom: 3px solid #eaeaea; } .hero-content { max-width: 980px; margin: 0 auto; } .hero-logo { width: 130px; margin: 0 auto 20px; display: block; } .hero-title { font-size: var(--fz-h1); font-weight: 700; line-height: var(--lh-title); margin: 0 0 18px; color: #fff; } .hero-sub { font-size: var(--fz-p); line-height: var(--lh-text); max-width: 820px; margin: 0 auto 22px; } .hero-note { font-size: var(--fz-p); line-height: var(--lh-text); background: #f8d7da; color: #842029; padding: 14px 16px; border-radius: 10px; max-width: 820px; margin: 0 auto; } @media (max-width: 768px) { .hero-header { padding: 110px 20px; } .hero-logo { width: 110px; } } .download-section, .faq-section { max-width: 980px; margin: 50px auto; padding: 0 20px; text-align: center; } .download-section h2, .faq-title { font-size: var(--fz-h2); line-height: var(--lh-title); margin: 0 0 14px; font-weight: 700; color: #222; } .section-desc { font-size: var(--fz-p); line-height: var(--lh-text); margin: 0 0 26px; color: #444; } .account-links { display: grid; grid-template-columns: repeat(auto-fitminmax(280px1fr)); gap: 25px; } .account-card { background: var(--c-card); border: 1px solid var(--c-border); border-radius: 12px; padding: 22px; position: relative; overflow: hidden; transition: transform 0.2s easebox-shadow 0.2s ease; } .account-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(000.08); } .card-logo { width: 54px; height: 54px; border-radius: 14px; border: 1px solid #ddd; background: #fff; margin: 0 auto 12px; object-fit: contain; } .account-card h3 { font-size: var(--fz-h3); line-height: 1.35; margin: 0 0 10px; font-weight: 700; color: #222; } .meta-line { font-size: var(--fz-p); line-height: var(--lh-text); color: #555; margin: 0 0 10px; } .tag-row { margin: 0 0 10px; } .tag { display: inline-block; background: #eef2ff; color: var(--c-accent); font-size: 13px; padding: 4px 10px; border-radius: 999px; margin: 0 6px 6px 0; } .btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; } .btn { display: inline-block; padding: 10px 16px; background: var(--c-primary); color: #fff; border-radius: 6px; font-size: 15px; text-decoration: none; line-height: 1; } .btn:hover { opacity: .92; } .btn-secondary { background: var(--c-primary-2); } .btn-ghost { background: #fff; color: var(--c-accent); border: 1px solid #cfd6ff; } .btn-disabled { background: #e5e7eb; color: #64748b; cursor: not-allowed; } .ribbon { position: absolute; top: 14px; right: -48px; width: 160px; background: linear-gradient(135deg#ff7a18#ff3d00); color: #fff; font-size: 14px; font-weight: 700; text-align: center; padding: 6px 0; transform: rotate(45deg); pointer-events: none; } /* Platform buttons s */ .platform-btn { padding: 10px 20px; margin: 5px; background-color: #d1d5db; color: #374151; border: none; border-radius: 6px; font-size: 16px; cursor: pointer; transition: background-color 0.3scolor 0.3s; } .platform-btn:hover { background-color: #4CAF50; color: white; } .platform-buttons { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; }