feat: add r=4 for redirect

This commit is contained in:
二刺螈 2024-11-06 21:48:42 +08:00
parent bbcacf04ac
commit cf0c4a2623

View File

@ -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';