Merge branch 'main' of https://github.com/KoolShow/pilipala
This commit is contained in:
@ -340,7 +340,7 @@ class VideoIntroController extends GetxController {
|
|||||||
// 分享视频
|
// 分享视频
|
||||||
Future actionShareVideo() async {
|
Future actionShareVideo() async {
|
||||||
var result = await Share.share(
|
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(() {});
|
.whenComplete(() {});
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user