mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
feat:下载管理页面,集成分享功能
This commit is contained in:
@@ -112,8 +112,8 @@ export function LoginModal({ visible, onClose }: Props) {
|
||||
Alert.alert("已保存", "二维码已存入相册,请用哔哩哔哩扫码登录", [
|
||||
{ text: "关闭", style: "cancel" },
|
||||
{
|
||||
text: "打开哔哩哔哩扫一扫",
|
||||
onPress: () => Linking.openURL("bilibili://scan"),
|
||||
text: "打开哔哩哔哩",
|
||||
onPress: () => Linking.openURL("bilibili://"),
|
||||
},
|
||||
]);
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user