Skip to content

Commit

Permalink
feat: add r
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 20, 2024
1 parent 3ef6c40 commit c4c175f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit c4c175f

Please sign in to comment.