<!DOCTYPE html>
<html lang="zh-CN">
<head>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"KjfF01uWFmHN53ZN",ck:"KjfF01uWFmHN53ZN"})</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clash Verge Rev - Clash Verge客户端免费下载- Clash Verge Rev官方网站</title>
<meta name="description" content="立即免费下载 Clash Verge Rev 桌面版,体验基于 Clash Meta 内核的下一代代理客户端。支持 VLESS、Hysteria 等先进协议,提供可视化规则编辑、实时流量监控、智能断流保护和无缝系统集成。专为追求极致性能、隐私安全与精细网络控制的专业用户打造。官方正版,安全可靠。">
<meta name="keywords" content="Clash Verge Rev, Clash Verge Rev下载, Clash Verge Rev客户端, Clash Verge Rev网络代理, Clash Verge Rev官方网站,Clash Verge Rev免费下载">
<meta name="robots" content="index, follow">
<link rel="icon" href="/img/clash-verge-favicon.png" type="image/png">
<meta property="og:title" content="Clash Verge Rev - Clash Verge客户端免费下载- Clash Verge Rev官方网站">
<meta property="og:description" content="立即免费下载 Clash Verge Rev 桌面版,体验基于 Clash Meta 内核的下一代代理客户端。支持 VLESS、Hysteria 等先进协议,提供可视化规则编辑、实时流量监控、智能断流保护和无缝系统集成。">
<meta property="og:image" content="/img/clash-verge-rev-social-preview.png">
<meta property="og:url" content="https://www.clashverger.com">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Clash Verge Rev - Clash Verge客户端免费下载- Clash Verge Rev官方网站">
<meta name="twitter:description" content="立即免费下载 Clash Verge Rev 桌面版,体验基于 Clash Meta 内核的下一代代理客户端。支持 VLESS、Hysteria 等先进协议,提供可视化规则编辑、实时流量监控、智能断流保护和无缝系统集成。">
<meta name="twitter:image" content="/img/clash-verge-rev-social-preview.png">
<style>
/* 全局变量定义 */
:root {
--color-dark-bg: #08081a; /* 更深的背景 */
--color-card-bg: #12122a; /* 卡片背景 */
--color-primary-accent: #00bcd4; /* 科技蓝/青色 */
--color-secondary-accent: #ff4081; /* 活力粉 */
--color-text-light: #e0e0e0; /* 浅色文本 */
--color-text-muted: #a0a0b0; /* 柔和文本 */
--color-border-subtle: #2a2a4a; /* 细微边框 */
--shadow-deep: rgba(0, 0, 0, 0.7);
--shadow-light: rgba(0, 0, 0, 0.4);
--gradient-hero: linear-gradient(160deg, #08081a 0%, #12122a 100%);
--gradient-cta: linear-gradient(45deg, #00bcd4 0%, #00838f 100%);
}
/* 通用重置与基础样式 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
background: var(--color-dark-bg);
color: var(--color-text-light);
line-height: 1.8;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden; /* 防止水平滚动 */
}
/* 容器居中与内边距 */
.container {
max-width: 1280px; /* 略宽的容器 */
margin: 0 auto;
padding: 0 30px;
}
/* 头部样式 */
.header {
background: var(--color-card-bg);
padding: 20px 0;
text-align: center;
box-shadow: 0 5px 25px var(--shadow-deep);
position: sticky;
top: 0;
z-index: 1000;
border-bottom: 1px solid var(--color-border-subtle);
}
.header.logo-img { /* 修正选择器 */
height: 50px;
vertical-align: middle;
margin-right: 15px;
}
.header-title {
display: inline-block;
font-size: 30px;
font-weight: 800;
vertical-align: middle;
color: white;
letter-spacing: 2px;
text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}
/* 英雄区域样式 */
.hero-section {
text-align: center;
padding: 150px 30px 120px;
background: var(--gradient-hero);
position: relative;
overflow: hidden;
border-bottom: 1px solid var(--color-border-subtle);
}
.hero-section::before { /* 抽象背景图案 */
content: '';
position: absolute;
top: -60%;
left: -60%;
width: 220%;
height: 220%;
background: radial-gradient(circle at 50% 50%, rgba(0,188,212,0.15) 0%, transparent 70%);
animation: rotateBg 30s linear infinite;
opacity: 0.3;
}
@keyframes rotateBg {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.hero-subtitle {
color: var(--color-secondary-accent);
font-size: 24px;
margin-bottom: 25px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.hero-title {
font-size: 80px;
font-weight: 900;
color: white;
margin-bottom: 40px;
line-height: 1.1;
text-shadow: 0 6px 20px var(--shadow-deep);
}
.hero-description {
font-size: 26px;
color: var(--color-text-muted);
margin-bottom: 70px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
line-height: 2;
text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
/* 下载按钮样式 */
.download-button {
background: var(--color-primary-accent);
color: white;
padding: 25px 90px;
border: none;
border-radius: 70px;
font-size: 28px;
font-weight: 800;
cursor: pointer;
box-shadow: 0 18px 50px rgba(0, 188, 212, 0.6);
transition: all 0.4s ease;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
z-index: 1;
}
.download-button:hover {
transform: translateY(-10px);
box-shadow: 0 25px 70px rgba(0, 188, 212, 0.8);
background: #00838f; /* Slightly darker primary */
}
/* 版本信息样式 */
.version-info {
color: var(--color-text-muted);
font-size: 17px;
margin-top: 45px;
opacity: 0.8;
}
/* 产品展示图片样式 */
.product-showcase {
background: var(--color-dark-bg);
padding: 100px 0;
text-align: center;
border-bottom: 1px solid var(--color-border-subtle);
}
.product-image-display {
width: 90%;
max-width: 1100px;
margin: 0 auto;
display: block;
border-radius: 30px;
box-shadow: 0 30px 100px var(--shadow-deep);
object-fit: cover;
height: auto;
border: 4px solid var(--color-primary-accent);
}
/* 通用章节标题样式 */
.section-title {
font-size: 64px;
font-weight: 900;
color: white;
text-align: center;
margin-bottom: 80px;
padding-top: 100px;
text-shadow: 0 5px 15px var(--shadow-deep);
letter-spacing: 1.5px;
}
/* 核心优势网格样式 */
.features-section {
background: var(--color-dark-bg);
padding-bottom: 120px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
gap: 60px;
}
.feature-card {
background: var(--color-card-bg);
border-radius: 35px;
padding: 55px;
box-shadow: 0 20px 60px var(--shadow-deep);
border: 1px solid var(--color-border-subtle);
text-align: center;
transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
overflow: hidden;
}
.feature-card::before { /* 装饰性背景元素 */
content: '';
position: absolute;
top: -40px;
left: -40px;
width: 120px;
height: 120px;
background: var(--color-secondary-accent);
border-radius: 50%;
opacity: 0.15;
filter: blur(40px);
transition: all 0.5s ease-in-out;
z-index: 0;
}
.feature-card:hover {
transform: translateY(-20px);
box-shadow: 0 30px 80px var(--shadow-deep);
background: #1a1a3a; /* 悬停时略亮 */
}
.feature-card:hover::before {
transform: scale(2);
opacity: 0.3;
}
.feature-icon {
font-size: 70px;
margin-bottom: 35px;
color: var(--color-primary-accent);
text-shadow: 0 4px 10px rgba(0, 188, 212, 0.5);
position: relative;
z-index: 1;
}
.feature-title {
font-size: 32px;
font-weight: 800;
color: white;
margin-bottom: 20px;
letter-spacing: 1px;
position: relative;
z-index: 1;
}
.feature-description {
font-size: 20px;
color: var(--color-text-muted);
line-height: 2;
opacity: 0.95;
position: relative;
z-index: 1;
}
/* 创新体验章节样式 */
.unique-features-section {
background: var(--color-primary-accent);
color: white;
padding: 120px 30px;
text-align: center;
position: relative;
overflow: hidden;
border-top: 1px solid var(--color-border-subtle);
border-bottom: 1px solid var(--color-border-subtle);
}
.unique-features-section::before { /* 抽象背景图案 */
content: '';
position: absolute;
bottom: -60%;
right: -60%;
width: 220%;
height: 220%;
background: radial-gradient(circle at 50% 50%, rgba(255,64,129,0.15) 0%, transparent 70%);
animation: rotateBgReverse 35s linear infinite;
opacity: 0.3;
}
@keyframes rotateBgReverse {
from { transform: rotate(0deg); }
to { transform: rotate(-360deg); }
}
.unique-features-section.section-title { /* 修正选择器 */
color: white;
text-shadow: 0 5px 15px var(--shadow-deep);
}
.unique-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 60px;
padding-bottom: 100px;
}
.unique-feature-card {
background: rgba(255, 255, 255, 0.1);
border-radius: 35px;
padding: 55px;
box-shadow: 0 20px 60px var(--shadow-deep);
border: 1px solid rgba(255, 255, 255, 0.3);
text-align: left;
transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
position: relative;
z-index: 1;
}
.unique-feature-card:hover {
transform: translateY(-20px);
background: rgba(255, 255, 255, 0.2);
}
.unique-feature-icon {
font-size: 75px;
margin-bottom: 35px;
color: var(--color-secondary-accent);
text-shadow: 0 4px 10px rgba(255,64,129,0.5);
}
.unique-feature-title {
font-size: 34px;
font-weight: 800;
margin-bottom: 20px;
color: white;
letter-spacing: 1px;
}
.unique-feature-description {
font-size: 21px;
line-height: 2;
opacity: 0.95;
color: var(--color-text-light);
}
/* 下载选项章节样式 */
.download-options-section {
padding: 120px 30px;
background: var(--color-dark-bg);
}
.download-options-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 40px;
margin-top: 60px;
padding-bottom: 80px;
}
.download-card {
background: var(--color-card-bg);
border-radius: 30px;
padding: 45px;
box-shadow: 0 15px 45px var(--shadow-deep);
border: 1px solid var(--color-border-subtle);
text-align: center;
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.download-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 60px var(--shadow-deep);
}
.download-card h3 {
font-size: 30px;
color: var(--color-primary-accent);
margin-bottom: 20px;
font-weight: 700;
letter-spacing: 0.8px;
}
.download-card p {
font-size: 19px;
color: var(--color-text-muted);
margin-bottom: 35px;
line-height: 1.8;
}
.download-card.download-link { /* 修正选择器 */
display: inline-block;
background: var(--color-secondary-accent);
color: white;
padding: 18px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 20px;
transition: background 0.3s ease, transform 0.3s ease;
box-shadow: 0 10px 25px rgba(255, 64, 129, 0.4);
}
.download-card.download-link:hover { /* 修正选择器 */
background: #e03070; /* Darker secondary */
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(255, 64, 129, 0.6);
}
/* CTA 章节样式 */
.cta-section {
background: var(--color-secondary-accent);
color: white;
padding: 120px 30px;
text-align: center;
margin-top: 100px;
box-shadow: 0 -10px 40px var(--shadow-deep);
position: relative;
overflow: hidden;
}
.cta-section::before { /* 装饰性背景元素 */
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.15) 0%, transparent 50%);
opacity: 0.6;
z-index: 0;
}
.cta-title {
font-size: 72px;
margin-bottom: 60px;
font-weight: 900;
text-shadow: 0 5px 15px var(--shadow-deep);
position: relative;
z-index: 1;
}
.cta-button {
background: white;
color: var(--color-secondary-accent);
padding: 25px 90px;
border: none;
border-radius: 70px;
font-size: 28px;
font-weight: 800;
cursor: pointer;
box-shadow: 0 18px 50px rgba(255,255,255,0.4);
transition: all 0.4s ease;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
z-index: 1;
}
.cta-button:hover {
transform: translateY(-10px);
box-shadow: 0 25px 70px rgba(255,255,255,0.6);
color: #e03070; /* Darker secondary */
}
/* 页脚样式 */
.footer {
background: var(--color-card-bg);
color: var(--color-text-muted);
text-align: center;
padding: 60px 30px;
font-size: 17px;
border-top: 1px solid var(--color-border-subtle);
}
.footer a {
color: var(--color-text-muted);
text-decoration: none;
margin: 0 18px;
transition: color 0.3s ease;
}
.footer a:hover {
color: white;
text-decoration: underline;
}
/* 响应式调整 */
@media (max-width: 1200px) {
.hero-title { font-size: 72px; }
.hero-description { font-size: 24px; }
.section-title { font-size: 56px; }
.features-grid,.unique-features-grid,.download-options-grid {
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.feature-title { font-size: 28px; }
.unique-feature-title { font-size: 30px; }
.cta-title { font-size: 64px; }
}
@media (max-width: 992px) {
.hero-section { padding: 100px 25px 80px; }
.hero-title { font-size: 60px; }
.hero-description { font-size: 22px; margin-bottom: 50px; }
.download-button { padding: 20px 70px; font-size: 24px; }
.section-title { font-size: 48px; margin-bottom: 60px; padding-top: 80px; }
.features-grid,.unique-features-grid,.download-options-grid {
gap: 40px;
}
.feature-card,.unique-feature-card,.download-card { padding: 45px; }
.feature-icon { font-size: 65px; }
.feature-title { font-size: 26px; }
.unique-feature-title { font-size: 28px; }
.cta-title { font-size: 56px; margin-bottom: 50px; }
.cta-button { padding: 20px 70px; font-size: 24px; }
}
@media (max-width: 768px) {
.header-title { font-size: 26px; letter-spacing: 1px; }
.hero-section { padding: 80px 20px 60px; }
.hero-subtitle { font-size: 20px; letter-spacing: 3px; }
.hero-title { font-size: 48px; margin-bottom: 30px; }
.hero-description { font-size: 19px; margin-bottom: 40px; }
.download-button { padding: 18px 60px; font-size: 22px; }
.version-info { font-size: 15px; margin-top: 30px; }
.section-title { font-size: 40px; margin-bottom: 50px; padding-top: 60px; }
.features-grid,.unique-features-grid,.download-options-grid {
grid-template-columns: 1fr; /* 单列布局 */
gap: 30px;
}
.feature-card,.unique-feature-card,.download-card { padding: 35px; }
.feature-icon { font-size: 55px; }
.feature-title { font-size: 24px; }
.feature-description { font-size: 18px; }
.unique-feature-title { font-size: 26px; }
.unique-feature-description { font-size: 19px; }
.cta-section { padding: 80px 20px; margin-top: 60px; }
.cta-title { font-size: 48px; margin-bottom: 40px; }
.cta-button { padding: 18px 60px; font-size: 22px; }
.footer { padding: 40px 20px; font-size: 15px; }
}
@media (max-width: 480px) {
.header-title { font-size: 22px; }
.hero-section { padding: 60px 15px 40px; }
.hero-subtitle { font-size: 18px; letter-spacing: 2px; }
.hero-title { font-size: 36px; }
.hero-description { font-size: 17px; margin-bottom: 30px; }
.download-button { padding: 16px 50px; font-size: 20px; }
.section-title { font-size: 32px; margin-bottom: 40px; padding-top: 50px; }
.feature-card,.unique-feature-card,.download-card { padding: 30px; }
.feature-icon { font-size: 48px; }
.feature-title { font-size: 22px; }
.feature-description { font-size: 16px; }
.unique-feature-title { font-size: 24px; }
.unique-feature-description { font-size: 17px; }
.cta-title { font-size: 38px; }
.cta-button { padding: 16px 50px; font-size: 20px; }
.footer { padding: 30px 15px; font-size: 14px; }
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<img src="/img/clash-logo.png" alt="Clash Verge Rev 官方标志,代表高性能网络代理" class="logo-img" width="50" height="50">
<span class="header-title">Clash Verge Rev</span>
</div>
</header>
<main>
<section class="hero-section">
<div class="container">
<p class="hero-subtitle">掌控未来网络,尽在指尖</p>
<h1 class="hero-title">Clash Verge Rev:重新定义您的网络连接</h1>
<p class="hero-description">
告别传统代理的繁琐与限制!<b>Clash Verge Rev</b> 是一款基于 <b>Clash Meta (Mihomo) 内核</b>的下一代高性能代理客户端。我们为您带来 <b>VLESS、Hysteria、TUIC</b> 等尖端协议的全面支持,结合<b>可视化规则编辑</b>、<b>实时流量监控</b>和<b>无缝系统集成</b>,为您提供前所未有的流畅、安全、智能的网络体验。立即免费下载,开启您的数字自由之旅。
</p>
<a href="#download-section" class="download-button">
立即免费下载 Clash Verge Rev
</a>
<p class="version-info">
最新版本:v2.3.2 • 更新日期:2025年7月21日 • 兼容:Windows / macOS / Linux
</p>
</div>
</section>
<section class="product-showcase">
<div class="container">
<img src="/img/clash-verge-rev.png" alt="Clash Verge Rev 界面深色模式预览图,展示其简洁高效的用户界面和实时流量图表" class="product-image-display" width="1000" height="600">
</div>
</section>
<section class="features-section">
<div class="container">
<h2 class="section-title">核心优势:性能、安全与灵活性的完美融合</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">⚡</div>
<h3 class="feature-title">Clash Meta 极致性能</h3>
<p class="feature-description">
内置强大的 Clash Meta (Mihomo) 内核,采用 Rust 重写,内存占用减少 40%,支持硬件加速,提供卓越的速度和稳定性,确保您在任何网络环境下都能享受流畅体验。
</p>
</div>
<div class="feature-card">
<div class="feature-icon">🛡️</div>
<h3 class="feature-title">全面协议支持</h3>
<p class="feature-description">
支持 VLESS、Hysteria/Hysteria2、TUIC、Snell 等尖端协议,以及 Shadowsocks、VMess 等传统协议。无论网络环境如何,Clash Verge Rev 都能为您提供最可靠、最安全的连接方案。
</p>
</div>
<div class="feature-card">
<div class="feature-icon">🌐</div>
<h3 class="feature-title">跨平台轻量化体验</h3>
<p class="feature-description">
基于先进的 Tauri 框架构建,原生支持 Windows、macOS 和 Linux。执行文件体积小巧,资源占用极低,运行流畅,为您带来无负担的跨平台高效体验。
</p>
</div>
<div class="feature-card">
<div class="feature-icon">🚦</div>
<h3 class="feature-title">智能流量管理</h3>
<p class="feature-description">
提供基于规则的灵活路由,支持代理组(自动回退、负载均衡、延迟测试)。通过 YAML 和 JavaScript 精细控制流量,满足您从基础到复杂的网络路由需求。
</p>
</div>
<div class="feature-card">
<div class="feature-icon">🎨</div>
<h3 class="feature-title">直观用户界面与定制</h3>
<p class="feature-description">
简洁美观的 UI 设计,支持自定义主题颜色、代理组图标和 CSS 注入,让您打造个性化的网络管理界面。提供热键管理和 WebDav 配置备份同步,操作更便捷。
</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔗</div>
<h3 class="feature-title">深度系统集成</h3>
<p class="feature-description">
支持系统代理守护、TUN 模式(接管全局流量),并能强制 Windows Store (UWP) 应用和游戏通过代理。实现对您设备网络流量的全面、无缝控制。
</p>
</div>
</div>
</div>
</section>
<section class="unique-features-section">
<div class="container">
<h2 class="section-title">超越期待:Clash Verge Rev 的创新体验</h2>
<div class="unique-features-grid">
<div class="unique-feature-card">
<div class="unique-feature-icon">📊</div>
<h3 class="unique-feature-title">实时网络活动可视化</h3>
<p class="unique-feature-description">
告别网络盲区!Clash Verge Rev 提供可定制的实时流量监控小部件,直接在桌面或系统托盘显示上传/下载速度和数据使用。让您的网络状态一目了然,无需打开主界面,随时掌握连接状况,轻松诊断问题。
</p>
</div>
<div class="unique-feature-card">
<div class="unique-feature-icon">🧩</div>
<h3 class="unique-feature-title">直观可视化规则编辑器</h3>
<p class="unique-feature-description">
复杂规则,轻松掌控!告别繁琐的 YAML 编辑,Clash Verge Rev 通过拖放式可视化界面,直观构建和修改代理规则。清晰呈现流量走向,让高级配置变得前所未有的简单和直观,大幅降低学习门槛。
</p>
</div>
<div class="unique-feature-card">
<div class="unique-feature-icon">💡</div>
<h3 class="unique-feature-title">智能代理管理与自动化</h3>
<p class="unique-feature-description">
智能守护,无忧连接!Clash Verge Rev 引入“智能断流开关”,在应用退出或崩溃时自动恢复网络连接。探索基于网络环境的自动配置文件切换,最大限度减少手动干预,提供无缝、防故障的网络体验。
</p>
</div>
</div>
</div>
</section>
<section id="download-section" class="download-options-section">
<div class="container">
<h2 class="section-title">立即下载 Clash Verge Rev</h2>
<p class="hero-description" style="margin-bottom: 30px;">选择适合您操作系统的版本,开始掌控您的网络连接!</p>
<div class="download-options-grid">
<div class="download-card">
<h3>Windows 64位</h3>
<p>推荐版本,适用于 Windows 10/11 系统,提供最佳兼容性与性能。</p>
<a href="https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.3.2/Clash.Verge_2.3.2_x64-setup.exe" class="download-link">下载.exe</a>
</div>
<div class="download-card">
<h3>Windows ARM64</h3>
<p>专为基于 ARM 架构的 Windows 设备优化,确保原生性能与流畅运行。</p>
<a href="https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.3.2/Clash.Verge_2.3.2_arm64-setup.exe" class="download-link">下载.exe</a>
</div>
<div class="download-card">
<h3>macOS (Apple Silicon M)</h3>
<p>为搭载 Apple M 芯片的 Mac 设备量身定制,发挥极致性能。</p>
<a href="https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.3.2/Clash.Verge_2.3.2_aarch64.dmg" class="download-link">下载.dmg</a>
</div>
<div class="download-card">
<h3>macOS (Intel)</h3>
<p>兼容搭载 Intel 芯片的 Mac 设备,提供稳定可靠的代理服务。</p>
<a href="https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.3.2/Clash.Verge_2.3.2_x64.dmg" class="download-link">下载.dmg</a>
</div>
<div class="download-card">
<h3>Linux (Debian/Ubuntu 64位)</h3>
<p>适用于 Debian, Ubuntu 等基于.deb 的系统,轻松安装与管理。</p>
<a href="https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.3.2/Clash.Verge_2.3.2_amd64.deb" class="download-link">下载.deb</a>
</div>
<div class="download-card">
<h3>Linux (RedHat/Fedora 64位)</h3>
<p>适用于 RedHat, Fedora 等基于.rpm 的系统,提供便捷的安装体验。</p>
<a href="https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.3.2/Clash.Verge-2.3.2-1.x86_64.rpm" class="download-link">下载.rpm</a>
</div>
</div>
<p class="version-info" style="margin-top: 40px;">
<a href="https://github.com/clash-verge-rev/clash-verge-rev/releases" target="_blank" rel="noopener noreferrer">查看所有版本及更多 Linux 架构</a> •
<a href="https://www.clashverge.dev/docs" target="_blank" rel="noopener noreferrer">用户指南与常见问题</a>
</p>
</div>
</section>
<section class="cta-section">
<div class="container">
<h2 class="cta-title">立即升级您的网络体验,掌控数字世界!</h2>
<a href="#download-section" class="cta-button">
立即体验 Clash Verge Rev
</a>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<p>Clash Verge Rev. 掌控您的网络连接。</p>
<p>
<a href="#">隐私政策</a> |
<a href="#">服务条款</a> |
<a href="#">联系我们</a> |
<a href="https://github.com/clash-verge-rev/clash-verge-rev" target="_blank" rel="noopener noreferrer">GitHub 仓库</a>
</p>
<p>© 2025 Clash Verge Rev. 保留所有权利。</p>
</div>
</footer>
</body>
</html>