feat:下载管理页面,集成分享功能

This commit is contained in:
Developer
2026-03-19 20:11:05 +08:00
parent 0fbfdadf6a
commit c0b7b8e974
8 changed files with 363 additions and 9 deletions

View File

@@ -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 {