docs: added new unofficial supported devices and added new features to features page

This commit is contained in:
Rifat Azad
2025-01-08 11:31:05 +06:00
parent 6bbe40dfda
commit b5c0e26a99
2 changed files with 20 additions and 7 deletions

View File

@@ -126,13 +126,20 @@
<td><a href="https://github.com/FlopKernel-Series/flop_s5e8825_kernel" target="_blank">flop_s5e8825_kernel</a></td>
<td>FloppyKernel for Exynos 1280 Family (Galaxy A25, A33, A53, M33, M34)</td>
</tr>
<tr>
<td><a href="https://github.com/g-ggeo15" target="_blank">g-ggeo15</a></td>
<td><a href="https://github.com/physwizz/A035f-T-s7" target="_blank">A035f-T-s7</a></td>
<td>Samsung Galaxy A03 (a035m)</td>
<td><a href="https://github.com/ij-israfil" target="_blank">ij-israfil</a></td>
<td><a href="https://github.com/ij-israfil/android_kernel_realme_sdm710/releases" target="_blank">android_kernel_realme_sdm710</a></td>
<td>Realme X (RMX1901)</td>
</tr>
<tr>
<td><a href="https://github.com/skye-pa1n" target="_blank">skye-pa1n</a></td>
<td><a href="https://github.com/skye-pa1n/not_r8q_ui" target="_blank">not_r8q_ui</a></td>
<td>Not_Kernel S20 FE 4G/5G (Snapdragon 865)</td>
</tr>
<!-- <tr>
<td>Example Maintainer</td>
<td><a href="https://github.com/example/example" target="_blank">example repo name</a></td>

View File

@@ -73,8 +73,8 @@
</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> Magic Mount</h3>
<p>KernelSU Next includes Magic Mount which provides a fast, light and convenient module mounting.</p>
<h3><i class="fas fa-magic"></i> Dynamic Module Mount</h3>
<p>KernelSU Next includes both Magic Mount and OverlayFS which can switched from settings with a single toggle.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-flex">
@@ -86,7 +86,7 @@
<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 Restoration</h3>
<p>KernelSU Next allows for restoring modules even after uninstalling.</p>
<p>KernelSU Next allows for restoring modules when uninstalled accidentally or if you changed your mind.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-flex">
@@ -101,6 +101,12 @@
<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 with app profile umount to allow you to use adblocks without any hassle.</p>
</div>
</div>
</div>
</div>
</section>