File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,7 @@ const handleCompatRedirect = async (router: Router) => {
125125 } else if ( r === '3' ) {
126126 go ( '/guide/faq#adb_failed' ) ;
127127 } else if ( r === '4' ) {
128- location . href = 'https://shizuku.rikka.app' ;
129- removeHiddenLayoutStyle ( ) ;
130- return ;
128+ go ( '/guide/faq#shizuku' ) ;
131129 } else if ( r === '5' ) {
132130 go ( '/guide/subscription' ) ;
133131 } else if ( r === '6' ) {
Original file line number Diff line number Diff line change 3939
4040## shizuku
4141
42+ shizuku 是一个能让普通应用通过 ADB 或 Root 权限直接调用 Android 系统 API 的框架
43+
44+ 简而言之, 授权 shizuku 后 GKD 可以调用更多系统 API 获取更多状态,启用更多优化
45+
46+ 官方原版 [ RikkaApps/Shizuku] ( https://github.com/RikkaApps/Shizuku ) 已很久未有维护记录,issue/pr 也被垃圾机器人淹没
47+
48+ 建议使用另一位开发者的分支项目 [ thedjchi/Shizuku] ( https://github.com/thedjchi/Shizuku ) ,或[ 点击前往下载] ( https://github.com/thedjchi/Shizuku/releases )
49+
4250### 界面识别 {#exact-activity}
4351
4452单纯靠无障碍提供的 API 无法准确判断当前处于应用的哪个子界面 (activityId)
You can’t perform that action at this time.
0 commit comments