mirror of
https://github.com/gkd-kit/docs.git
synced 2024-12-26 13:35:36 +08:00
feat: add r
This commit is contained in:
parent
3ef6c40547
commit
c4c175fb27
|
@ -53,6 +53,10 @@ const Redirect = defineComponent(() => {
|
|||
router.go('/guide/faq#adb_failed');
|
||||
} else if (r === '4') {
|
||||
location.href = 'https://shizuku.rikka.app';
|
||||
} else if (r === '5') {
|
||||
router.go('/guide/subscription');
|
||||
} else if (r === '6') {
|
||||
router.go('/guide/faq#power');
|
||||
}
|
||||
} else if (u === '/guide/faq#fail_setting_secure_settings') {
|
||||
location.hash = 'adb_failed';
|
||||
|
|
Loading…
Reference in New Issue
Block a user