mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 08:39: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
@ -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