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
docs: slight change
This commit is contained in:
4
.github/ISSUE_TEMPLATE/add_device.yml
vendored
4
.github/ISSUE_TEMPLATE/add_device.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Contribute to Officially Supported Devices
|
||||
description: Add your device kernel source to KernelSU Next's Officially Supported Device List
|
||||
name: Contribute to Unofficially Supported Devices
|
||||
description: Add your device kernel source to KernelSU Next's Unofficially Supported Device List
|
||||
title: "[Add Device]: "
|
||||
labels: ["add-device"]
|
||||
body:
|
||||
|
||||
@@ -111,15 +111,18 @@
|
||||
<!-- Header -->
|
||||
<header>
|
||||
<div class="container text-center">
|
||||
<h1 class="fw-bold">Supported Devices</h1>
|
||||
<p class="lead">Here is the list of devices officially supported by KernelSU Next.</p>
|
||||
<h1 class="fw-bold">Unofficially Supported Devices</h1>
|
||||
<p class="lead">Here is the list of devices unofficially supported by KernelSU Next.</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Devices Table Section -->
|
||||
<section id="devices" class="py-5">
|
||||
<div class="container">
|
||||
<h2 class="text-center mb-4">Officially Supported Devices</h2>
|
||||
<!-- Warning Box -->
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Warning!</strong> In this page, there are kernels for devices unofficially supporting KernelSU Next maintained by other developers. So be casious of what you are flashing!
|
||||
</div>
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user