Skip to content

Commit

Permalink
Update controller.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
KoolShow authored Apr 28, 2024
1 parent ec77626 commit 1370bcb
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 @@ -319,7 +319,7 @@ class VideoIntroController extends GetxController {
// 分享视频
Future actionShareVideo() async {
var result = await Share.share(
'${videoDetail.value.title} UP主: ${videoDetail.value.owner!.name!} - ${HttpString.baseUrl}/video/$bvid')
'${videoDetail.value.title} UP主: ${videoDetail.value.owner!.name!} - https://b23.tv/$bvid')
.whenComplete(() {});
return result;
}
Expand Down

0 comments on commit 1370bcb

Please sign in to comment.