feat: 初步自动连播功能;分享新增其它app打开

This commit is contained in:
orz12
2024-07-12 23:21:25 +08:00
parent 2de9642027
commit 8dc89214cb
4 changed files with 73 additions and 11 deletions

View File

@@ -1110,7 +1110,7 @@ class _HeaderControlState extends State<HeaderControl> {
builder: (BuildContext context) {
return Container(
width: double.infinity,
height: 250,
height: 300,
clipBehavior: Clip.hardEdge,
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.background,