|
663 | 663 | </StackPanel>
|
664 | 664 | </ui:CardExpander>
|
665 | 665 |
|
666 |
| - <ui:CardExpander Margin="0,0,0,12" |
667 |
| - ContentPadding="0" |
668 |
| - Icon="{ui:SymbolIcon MusicNote224}"> |
669 |
| - <ui:CardExpander.Header> |
| 666 | + <ui:CardControl Margin="0,0,0,12" Icon="{ui:SymbolIcon MusicNote224}"> |
| 667 | + <ui:CardControl.Header> |
670 | 668 | <Grid>
|
671 | 669 | <Grid.RowDefinitions>
|
672 | 670 | <RowDefinition Height="Auto" />
|
673 | 671 | <RowDefinition Height="Auto" />
|
674 | 672 | </Grid.RowDefinitions>
|
675 |
| - <Grid.ColumnDefinitions> |
676 |
| - <ColumnDefinition Width="*" /> |
677 |
| - <ColumnDefinition Width="Auto" /> |
678 |
| - </Grid.ColumnDefinitions> |
679 | 673 | <ui:TextBlock Grid.Row="0"
|
680 | 674 | Grid.Column="0"
|
681 | 675 | FontTypography="Body"
|
|
684 | 678 | <ui:TextBlock Grid.Row="1"
|
685 | 679 | Grid.Column="0"
|
686 | 680 | Foreground="{ui:ThemeResource TextFillColorTertiaryBrush}"
|
687 |
| - TextWrapping="Wrap"> |
688 |
| - 自动完成活动音游,进入演奏界面使用 |
689 |
| - </ui:TextBlock> |
690 |
| - <ui:Button Grid.Row="0" |
691 |
| - Grid.RowSpan="2" |
692 |
| - Grid.Column="1" |
693 |
| - Margin="0,0,24,0" |
694 |
| - Command="{Binding SwitchAutoMusicGameCommand}" |
695 |
| - Content="{Binding SwitchAutoMusicGameButtonText}" /> |
696 |
| - </Grid> |
697 |
| - </ui:CardExpander.Header> |
698 |
| - <StackPanel> |
699 |
| - <Grid Margin="16"> |
700 |
| - <Grid.RowDefinitions> |
701 |
| - <RowDefinition Height="Auto" /> |
702 |
| - <RowDefinition Height="Auto" /> |
703 |
| - </Grid.RowDefinitions> |
704 |
| - <Grid.ColumnDefinitions> |
705 |
| - <ColumnDefinition Width="*" /> |
706 |
| - <ColumnDefinition Width="Auto" /> |
707 |
| - </Grid.ColumnDefinitions> |
708 |
| - <ui:TextBlock Grid.Row="0" |
709 |
| - Grid.Column="0" |
710 |
| - FontTypography="Body" |
711 |
| - Text="None" |
712 |
| - TextWrapping="Wrap" /> |
713 |
| - <ui:TextBlock Grid.Row="1" |
714 |
| - Grid.Column="0" |
715 |
| - Foreground="{ui:ThemeResource TextFillColorTertiaryBrush}" |
716 |
| - Text="None" |
| 681 | + Text="下落模式必须选择垂落模式,进入演奏界面使用,建议配置快捷键" |
717 | 682 | TextWrapping="Wrap" />
|
718 |
| - <ui:TextBox Grid.Row="0" |
719 |
| - Grid.RowSpan="2" |
720 |
| - Grid.Column="1" |
721 |
| - MinWidth="180" |
722 |
| - MaxWidth="800" |
723 |
| - Margin="0,0,36,0" |
724 |
| - Text="None" |
725 |
| - TextWrapping="Wrap" /> |
726 | 683 | </Grid>
|
727 |
| - </StackPanel> |
728 |
| - </ui:CardExpander> |
| 684 | + </ui:CardControl.Header> |
| 685 | + <ui:Button Margin="0,0,36,0" |
| 686 | + Command="{Binding SwitchAutoMusicGameCommand}" |
| 687 | + Content="{Binding SwitchAutoMusicGameButtonText}" /> |
| 688 | + </ui:CardControl> |
729 | 689 |
|
730 | 690 |
|
731 | 691 |
|
|
0 commit comments