mirror of
https://github.com/v2board/v2board.git
synced 2024-11-13 11:09:11 +08:00
Merge pull request #218 from betaxab/patch-3
Support Surge/Surfboard One-click subscribe in the Tutorial
This commit is contained in:
commit
d9b4a872ff
@ -74,6 +74,9 @@ class TutorialController extends Controller
|
|||||||
base64_encode($response['data']['safe_area_var']['subscribe_url'])
|
base64_encode($response['data']['safe_area_var']['subscribe_url'])
|
||||||
);
|
);
|
||||||
// end
|
// end
|
||||||
|
// fuck support surge urlencode subscribe
|
||||||
|
$response['data']['safe_area_var']['ue_subscribe_url'] = urlencode($response['data']['safe_area_var']['subscribe_url']);
|
||||||
|
// end
|
||||||
return response($response);
|
return response($response);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user