You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
148 lines
7.4 KiB
HTML
148 lines
7.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
|
<title>Home | KernelSU Next</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap" rel="stylesheet">
|
|
<link rel="icon" href="assets/icons/ksu-next-tab.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Navbar -->
|
|
<nav class="navbar navbar-expand-md sticky-top py-3">
|
|
<div class="container">
|
|
<a class="navbar-brand d-flex align-items-center" href="#">
|
|
<span>KernelSU Next</span>
|
|
</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarResponsive">
|
|
<ul class="navbar-nav ms-auto">
|
|
<li class="nav-item">
|
|
<a class="nav-link text-light" href="#">Home</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-light" href="#features">Features</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-light" href="pages/installation.html">Installation</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-light" href="pages/devices.html">Devices</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link text-light" href="./zh">简体中文</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="https://github.com/rifsxd/KernelSU-Next" target="_blank">
|
|
<i class="fab fa-github fa-lg"></i>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- Header -->
|
|
<header>
|
|
<div class="container text-center">
|
|
<div class="header-icon">
|
|
<img src="assets/icons/ksu-next.png" width="80" height="80">
|
|
</div>
|
|
<h1 class="fw-bold">KernelSU Next</h1>
|
|
<p class="lead">A kernel-based root solution for Android</p>
|
|
<p>Supports kernel 4.4 - 6.6 (Non-GKI & GKI)</p>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- Features Section -->
|
|
<section id="features" class="py-5">
|
|
<div class="container">
|
|
<h2 class="text-center mb-4">Features</h2>
|
|
<div class="row">
|
|
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
|
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
|
<h3><i class="fas fa-microchip"></i> Non-GKI kernel support</h3>
|
|
<p>Non-GKI kernel support from 4.x - 5.4 LTS (3.x is experimental).</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
|
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
|
<h3><i class="fas fa-cogs"></i> GKI kernel support</h3>
|
|
<p>GKI kernels support LKM/KMI methods for easy installation.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
|
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
|
<h3><i class="fas fa-magic"></i> Dynamic module mount</h3>
|
|
<p>KernelSU Next includes both Magic Mount and OverlayFS, which can be switched from the settings with a single toggle.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
|
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
|
<h3><i class="fas fa-tools"></i> New manager features</h3>
|
|
<p>KernelSU Next has a new, redesigned manager with several feature improvements and a UI overhaul.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
|
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
|
<h3><i class="fas fa-undo"></i> Module backup & restoration</h3>
|
|
<p>KernelSU Next allows for backup and restoration of modules, whether they were uninstalled accidentally, you changed your mind, or you simply want to restore a specific backup.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
|
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
|
<h3><i class="fas fa-sync-alt"></i> Auto-updates</h3>
|
|
<p>The KernelSU Next manager app updates automatically with new releases.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
|
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
|
<h3><i class="fas fa-calendar-alt"></i> Frequent updates</h3>
|
|
<p>KernelSU Next is frequently updated with lots of upcoming features.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
|
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
|
<h3><i class="fas fa-eye-slash"></i> Hide hosts</h3>
|
|
<p>KernelSU Next hides hosts file modifications from detectors using app profile unmount, allowing you to use ad blockers without any hassle.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contact Information Section -->
|
|
<section id="contact" class="py-5">
|
|
<div class="container text-center">
|
|
<h2 class="mb-4">Contact Us</h2>
|
|
<p>If you have any questions or need support, feel free to reach out:</p>
|
|
<div class="contact-icons">
|
|
<a href="https://github.com/rifsxd/KernelSU-Next/issues" target="_blank">
|
|
<i class="fab fa-github"></i>
|
|
</a>
|
|
<a href="https://t.me/ksunext_discussions" target="_blank">
|
|
<i class="fab fa-telegram-plane"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer class="text-center">
|
|
<div class="container">
|
|
<p>© 2025 KernelSU Next. All rights reserved. <a href="https://github.com/rifsxd/KernelSU-Next" target="_blank">GitHub</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
|
|
</html>
|