Skip to content

Commit

Permalink
分享信息中添加up主 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoolShow authored Dec 27, 2023
1 parent 50c1780 commit 4db0a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/video/detail/introduction/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4db0a81

Please sign in to comment.