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
|
name: Contribute to Unofficially Supported Devices
|
||||||
description: Add your device kernel source to KernelSU Next's Officially Supported Device List
|
description: Add your device kernel source to KernelSU Next's Unofficially Supported Device List
|
||||||
title: "[Add Device]: "
|
title: "[Add Device]: "
|
||||||
labels: ["add-device"]
|
labels: ["add-device"]
|
||||||
body:
|
body:
|
||||||
|
|||||||
@@ -111,15 +111,18 @@
|
|||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header>
|
<header>
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<h1 class="fw-bold">Supported Devices</h1>
|
<h1 class="fw-bold">Unofficially Supported Devices</h1>
|
||||||
<p class="lead">Here is the list of devices officially supported by KernelSU Next.</p>
|
<p class="lead">Here is the list of devices unofficially supported by KernelSU Next.</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Devices Table Section -->
|
<!-- Devices Table Section -->
|
||||||
<section id="devices" class="py-5">
|
<section id="devices" class="py-5">
|
||||||
<div class="container">
|
<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">
|
<table class="table table-bordered table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user