mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
tutorial: add a surge ue_subscribe_url variable
Signed-off-by: Beta Soft <betaxab@gmail.com>
This commit is contained in:
parent
8fd0592139
commit
71a8daf271
@ -73,7 +73,10 @@ class TutorialController extends Controller
|
||||
array('-', '_', ''),
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user