mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +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);
|
return response($response);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user