Skip to content

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
docs: updated webpage features.html
  • Loading branch information
rifsxd committed Jan 11, 2025
1 parent 587fca9 commit 4600bfc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A Kernel-based root solution for Android devices.
## Features

1. Kernel-based `su` and root access management.
2. Module system based on [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation).
2. Module system based on dynamic mount system [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) / [OverlayFS](https://en.wikipedia.org/wiki/OverlayFS).
3. [App Profile](https://kernelsu.org/guide/app-profile.html): Lock up the root power in a cage.

## Compatibility State
Expand Down
2 changes: 1 addition & 1 deletion docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## 特性

1. 基于内核的 SU 和权限管理
2. 基于 [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) 的模块系统
2. 基于动态挂载系统 [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) / [OverlayFS](https://en.wikipedia.org/wiki/OverlayFS) 的模块系统
3. [App Profile](https://kernelsu.org/zh_CN/guide/app-profile.html):把 Root 权限关进笼子里

## 兼容状态
Expand Down
2 changes: 1 addition & 1 deletion docs/README_KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## 기능

1. 커널 기반 `su` 및 루트 권한 관리
2. [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) 기반 모듈 시스템
2. 동적 마운트 시스템 기반 모듈 시스템 [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) / [OverlayFS](https://en.wikipedia.org/wiki/OverlayFS).
3. [App Profile](https://kernelsu.org/guide/app-profile.html): 루트 권한 제한

## 호환 상태
Expand Down
2 changes: 1 addition & 1 deletion docs/README_PT-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Uma solução root baseada em kernel para dispositivos Android.
## Características

1. `su` e gerenciamento de acesso root baseado em kernel.
2. Sistema modular baseado em [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation).
2. Sistema de módulos baseado em sistema de montagem dinâmica [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) / [OverlayFS](https://en.wikipedia.org/wiki/OverlayFS).
3. [Perfil do Aplicativo](https://kernelsu.org/pt_BR/guide/app-profile.html): Tranque o poder root em uma gaiola.

## Estado de compatibilidade
Expand Down
2 changes: 1 addition & 1 deletion docs/README_TR.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Android cihazlar için Kernel tabanlı bir root çözümü.
## Özellikler

1. Çekirdek tabanlı `su` ve kök erişim yönetimi.
2. [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) tabanlı modül sistemi.
2. Dinamik montaj sistemine dayalı modül sistemi [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) / [OverlayFS](https://en.wikipedia.org/wiki/OverlayFS).
3. [App Profile](https://kernelsu.org/guide/app-profile.html): Kök gücünü bir kafese kilitleyin.

## Uyumluluk Durumu
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ <h3><i class="fas fa-tools"></i> New Manager Features</h3>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-flex">
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
<h3><i class="fas fa-undo"></i> Module Restoration</h3>
<p>KernelSU Next allows for restoring modules when uninstalled accidentally or if you changed your mind.</p>
<h3><i class="fas fa-undo"></i> Module Backup & Restoration</h3>
<p>KernelSU Next allows for backup and restoration of modules when uninstalled accidentally or if you changed your mind or you simple want to restore a specific backup.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-flex">
Expand Down

0 comments on commit 4600bfc

Please sign in to comment.