mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
分享信息中添加up主
This commit is contained in:
@@ -340,7 +340,7 @@ class VideoIntroController extends GetxController {
|
||||
// 分享视频
|
||||
Future actionShareVideo() async {
|
||||
var result = await Share.share(
|
||||
'${videoDetail.value.title} - ${HttpString.baseUrl}/video/$bvid')
|
||||
'${videoDetail.value.title} UP主: ${videoDetail.value.owner!.name!} - ${HttpString.baseUrl}/video/$bvid')
|
||||
.whenComplete(() {});
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user