Files
KernelSU/website/docs/zh_CN/index.md
T
Ylarod a255a5e3c1 website: add zh_CN translation (#88)
* website: bump vitepress to 1.0.0-alpha.38

* i18n: add zh-CN translation
2023-01-20 10:55:38 +08:00

29 lines
813 B
Markdown

---
layout: home
hero:
name: KernelSU
text: 一个基于内核,为安卓 GKI 准备的 root 方案。
tagline: ""
image:
src: /logo.png
alt: KernelSU
actions:
- theme: brand
text: 开始
link: /zh_CN/guide/what-is-kernelsu
- theme: alt
text: 在 GitHub 中查看
link: https://github.com/tiann/KernelSU
features:
- title: 基于内核
details: KernslSU 运行在内核空间,对用户空间应用有更强的掌控。
- title: 白名单访问控制
details: 只有被授权的 App 才可以访问 `su`,而其他 App 无法感知其存在。
- title: 模块支持
details: KernelSU 支持通过 overlayfs 修改 /system,它甚至可以使 /system 可写。
- title: 开源
details: KernelSU 是 GPL-3 许可下的开源项目。