分享信息中添加up主

This commit is contained in:
KoolShow
2023-12-27 21:37:56 +08:00
committed by GitHub
parent 7feb462ea5
commit 612ea85ddb

View File

@ -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;
}