mirror of
https://github.com/v2board/v2board.git
synced 2025-02-24 22:30:29 +08:00
update
This commit is contained in:
parent
54273a8f16
commit
52e7925cac
@ -61,6 +61,12 @@ class TutorialController extends Controller
|
||||
]
|
||||
]
|
||||
];
|
||||
// fuck support shadowrocket urlsafeb64 subscribe
|
||||
$response['data']['safe_area_var']['b64_subscribe_url'] = str_replace(
|
||||
array('+','/','='),array('-','_',''),
|
||||
base64_encode($response['data']['safe_area_var']['subscribe_url'])
|
||||
);
|
||||
// end
|
||||
return response($response);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user