mirror of
https://github.com/gkd-kit/docs.git
synced 2024-12-27 02:35:35 +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');
|
router.go('/guide/faq#adb_failed');
|
||||||
} else if (r === '4') {
|
} else if (r === '4') {
|
||||||
location.href = 'https://shizuku.rikka.app';
|
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') {
|
} else if (u === '/guide/faq#fail_setting_secure_settings') {
|
||||||
location.hash = 'adb_failed';
|
location.hash = 'adb_failed';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user