add main branch files
This commit is contained in:
30
website/docs/zh_CN/guide/unofficially-support-devices.md
Normal file
30
website/docs/zh_CN/guide/unofficially-support-devices.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# 非官方支持设备
|
||||
|
||||
::: warning
|
||||
本文档列出由其他开发者维护的支持 KernelSU 的非 GKI 设备内核
|
||||
:::
|
||||
|
||||
::: warning
|
||||
本文档仅方便查找设备对应源码,这并不意味该源码**被** KernelSU 开发者**审查**,你应自行承担使用风险。
|
||||
:::
|
||||
|
||||
<script setup>
|
||||
import data from '../../repos.json'
|
||||
</script>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>维护者</th>
|
||||
<th>仓库地址</th>
|
||||
<th>支持设备</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="repo in data" :key="repo.devices">
|
||||
<td><a :href="repo.maintainer_link" target="_blank" rel="noreferrer">{{ repo.maintainer }}</a></td>
|
||||
<td><a :href="repo.kernel_link" target="_blank" rel="noreferrer">{{ repo.kernel_name }}</a></td>
|
||||
<td>{{ repo.devices }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user