Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 6504bf9

Browse files
authored
Add feather case for redirect URL
1 parent 23d998d commit 6504bf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sourceRedirect.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
case 'esign':
2323
redirectURL = 'esign://addsource?url=https://prostore-ios.github.io/apps.json';
2424
break;
25+
case 'feather':
26+
redirectURL = 'feather://source/https://prostore-ios.github.io/apps.json';
27+
break;
2528
case 'scarlet':
2629
redirectURL = 'scarlet://repo=https://prostore-ios.github.io/apps.json';
2730
break;

0 commit comments

Comments
 (0)