mirror of
https://github.com/gkd-kit/docs.git
synced 2024-11-16 02:22:19 +08:00
feat: add r=4 for redirect
This commit is contained in:
parent
bbcacf04ac
commit
cf0c4a2623
|
@ -23,6 +23,8 @@ if (!import.meta.env.SSR) {
|
|||
location.href = '/guide/faq#restriction';
|
||||
} else if (r === '3') {
|
||||
location.href = '/guide/faq#adb_failed';
|
||||
} else if (r === '4') {
|
||||
location.href = 'https://shizuku.rikka.app';
|
||||
}
|
||||
} else if (u === '/guide/faq#fail_setting_secure_settings') {
|
||||
location.hash = 'adb_failed';
|
||||
|
|
Loading…
Reference in New Issue
Block a user