website: opti device list
This commit is contained in:
@@ -8,8 +8,23 @@
|
||||
本文档仅方便查找设备对应源码,这并不意味该源码**被** KernelSU 开发者**审查**,你应自行承担使用风险。
|
||||
:::
|
||||
|
||||
| 维护者 | 仓库地址 | 支持设备 |
|
||||
| --- | --- | --- |
|
||||
| [SpectreDev-007](https://github.com/SpectreDev-007) | [kernel_sony_sm8250](https://github.com/XperiaBrickers/kernel_sony_sm8250) | 索尼 骁龙865 |
|
||||
| [akash07k](https://github.com/akash07k) | [nexus_kernel_xiaomi_sm8250](https://github.com/akash07k/nexus_kernel_xiaomi_sm8250/tree/lychee) | Poco F4: munch |
|
||||
| [HMTheBoy154](https://github.com/hmtheboy154) | [Darkmatter-kernel](https://github.com/hmtheboy154/Darkmatter-kernel) <br/> [kernel_ksu](https://github.com/hmtheboy154/kernel_ksu) | 运行 Android-x86 的通用 x86_64 设备 |
|
||||
<script setup>
|
||||
import data from '../../repos'
|
||||
</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