From 0e651fdc99c136a8348d045f5bb7b55bf3b30673 Mon Sep 17 00:00:00 2001 From: tiann Date: Sun, 29 Jan 2023 12:59:32 +0800 Subject: [PATCH] website: opti device list --- .../guide/unofficially-support-devices.md | 26 +++++++--- website/docs/repos.js | 49 +++++++++++++++++++ .../guide/unofficially-support-devices.md | 25 ++++++++-- .../guide/unofficially-support-devices.md | 25 ++++++++-- 4 files changed, 109 insertions(+), 16 deletions(-) create mode 100644 website/docs/repos.js diff --git a/website/docs/guide/unofficially-support-devices.md b/website/docs/guide/unofficially-support-devices.md index c4d1d23f..1eb2667f 100644 --- a/website/docs/guide/unofficially-support-devices.md +++ b/website/docs/guide/unofficially-support-devices.md @@ -8,9 +8,23 @@ In this page, there are kernels for non-GKI devices supporting KernelSU maintain This page is only for you to find the source code corresponding to your device, it does **NOT** mean that the source code has been reviewed by _KernelSU Developers_. You should use it at your own risk. ::: -| Maintainer | Repository | Support devices | -| --- | --- | --- | -| [SpectreDev-007](https://github.com/SpectreDev-007) | [kernel_sony_sm8250](https://github.com/XperiaBrickers/kernel_sony_sm8250) | Sony sm8250 device | -| [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)
[kernel_ksu](https://github.com/hmtheboy154/kernel_ksu) | Generic x86_64 devices running Android-x86 | -| [Asuka-mio](https://github.com/asuka-mio) | [android_kernel_xiaomi_cas](https://github.com/AcmeUI-Devices/android_kernel_xiaomi_cas)| Mi 10 Ultra: cas | + + + + + + + + + + + + + + + + + +
MaintainerRepositorySupport devices
{{ repo.maintainer }}{{ repo.kernel_name }}{{ repo.devices }}
\ No newline at end of file diff --git a/website/docs/repos.js b/website/docs/repos.js new file mode 100644 index 00000000..67bb30a6 --- /dev/null +++ b/website/docs/repos.js @@ -0,0 +1,49 @@ +const repos = [ + { + maintainer: 'SpectreDev-007', + maintainer_link: 'https://github.com/SpectreDev-007', + kernel_name: 'kernel_sony_sm8250', + kernel_link: 'https://github.com/XperiaBrickers/kernel_sony_sm8250', + devices: 'Sony sm8250 device' + }, + + { + maintainer: 'akash07k', + maintainer_link: 'https://github.com/akash07k', + kernel_name: 'nexus_kernel_xiaomi_sm8250', + kernel_link: 'https://github.com/akash07k/nexus_kernel_xiaomi_sm8250/tree/lychee', + devices: 'Poco F4: munch' + }, + + { + maintainer: 'HMTheBoy154', + maintainer_link: 'https://github.com/hmtheboy154', + kernel_name: 'Darkmatter-kernel', + kernel_link: 'https://github.com/hmtheboy154/Darkmatter-kernel', + devices: 'Generic x86_64 devices running Android-x86' + }, + + { + maintainer: 'Asuka-mio', + maintainer_link: 'https://github.com/asuka-mio', + kernel_name: 'android_kernel_xiaomi_cas', + kernel_link: 'https://github.com/AcmeUI-Devices/android_kernel_xiaomi_cas', + devices: 'Mi 10 Ultra: cas' + }, + { + maintainer: 'xiaoleGun', + maintainer_link: 'https://github.com/xiaoleGun', + kernel_name: 'Miku_kernel_xiaomi_wayne', + kernel_link: 'https://github.com/Diva-Room/Miku_kernel_xiaomi_wayne', + devices: 'wayne' + }, + { + maintainer: 'YamazakuraH', + maintainer_link: 'https://github.com/YamazakuraH', + kernel_name: 'kernel_xiaomi_cepheus', + kernel_link: 'https://github.com/169163-Network/kernel_xiaomi_cepheus', + devices: 'cepheus for pixel experience' + }, +]; + +export default repos; \ No newline at end of file diff --git a/website/docs/vi_VN/guide/unofficially-support-devices.md b/website/docs/vi_VN/guide/unofficially-support-devices.md index 8785bcc2..1034eec6 100644 --- a/website/docs/vi_VN/guide/unofficially-support-devices.md +++ b/website/docs/vi_VN/guide/unofficially-support-devices.md @@ -10,8 +10,23 @@ Trang này chỉ để cho bạn tìm thấy source cho thiết bị của bạn ::: -| Maintainer | Repository | Thiết bị hỗ trợ | -| --- | --- | --- | -| [SpectreDev-007](https://github.com/SpectreDev-007) | [kernel_sony_sm8250](https://github.com/XperiaBrickers/kernel_sony_sm8250) | Các thiết bị Sony dùng SM8250 | -| [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)
[kernel_ksu](https://github.com/hmtheboy154/kernel_ksu) | Các thiết bị x86_64 chạy Android-x86 | + + + + + + + + + + + + + + + + + +
MaintainerRepositoryThiết bị hỗ trợ
{{ repo.maintainer }}{{ repo.kernel_name }}{{ repo.devices }}
diff --git a/website/docs/zh_CN/guide/unofficially-support-devices.md b/website/docs/zh_CN/guide/unofficially-support-devices.md index c249d67e..5a1ea5bb 100644 --- a/website/docs/zh_CN/guide/unofficially-support-devices.md +++ b/website/docs/zh_CN/guide/unofficially-support-devices.md @@ -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)
[kernel_ksu](https://github.com/hmtheboy154/kernel_ksu) | 运行 Android-x86 的通用 x86_64 设备 | + + + + + + + + + + + + + + + + + +
维护者仓库地址支持设备
{{ repo.maintainer }}{{ repo.kernel_name }}{{ repo.devices }}
\ No newline at end of file