mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
chores: update patron name
This commit is contained in:
@@ -160,7 +160,8 @@
|
|||||||
<RichTextBlock>
|
<RichTextBlock>
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
<Run x:Uid="SetingsPageContributors" />
|
<Run x:Uid="SetingsPageContributors" />
|
||||||
<Run Text="(Code)" />
|
<Run Text="-" />
|
||||||
|
<Run Foreground="{ThemeResource TextFillColorSecondaryBrush}" Text="Code" />
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</RichTextBlock>
|
</RichTextBlock>
|
||||||
<dev:WrapPanel Margin="-12,0,0,0" Orientation="Horizontal">
|
<dev:WrapPanel Margin="-12,0,0,0" Orientation="Horizontal">
|
||||||
@@ -178,7 +179,8 @@
|
|||||||
<RichTextBlock>
|
<RichTextBlock>
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
<Run x:Uid="SetingsPageContributors" />
|
<Run x:Uid="SetingsPageContributors" />
|
||||||
<Run Text="(Translator)" />
|
<Run Text="-" />
|
||||||
|
<Run Foreground="{ThemeResource TextFillColorSecondaryBrush}" Text="Translator" />
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</RichTextBlock>
|
</RichTextBlock>
|
||||||
<dev:WrapPanel Margin="-12,0,0,0" Orientation="Horizontal">
|
<dev:WrapPanel Margin="-12,0,0,0" Orientation="Horizontal">
|
||||||
@@ -196,10 +198,13 @@
|
|||||||
<uc:PatronControl Date="Dec 3, 2025" PatronName="YE" />
|
<uc:PatronControl Date="Dec 3, 2025" PatronName="YE" />
|
||||||
<uc:PatronControl Date="Nov 23, 2025" PatronName="**玄" />
|
<uc:PatronControl Date="Nov 23, 2025" PatronName="**玄" />
|
||||||
<uc:PatronControl Date="Nov 21, 2025" PatronName="**智" />
|
<uc:PatronControl Date="Nov 21, 2025" PatronName="**智" />
|
||||||
<uc:PatronControl Date="Nov 17, 2025" PatronName="*鹤" />
|
<uc:PatronControl Date="Nov 17, 2025" PatronName="SuHeAndZl" />
|
||||||
<uc:PatronControl Date="Nov 2, 2025" PatronName="借过" />
|
<uc:PatronControl Date="Nov 2, 2025" PatronName="借过" />
|
||||||
<uc:PatronControl Date="Aug 28, 2025" PatronName="**华" />
|
<uc:PatronControl Date="Aug 28, 2025" PatronName="**华" />
|
||||||
<TextBlock x:Uid="SettingsPageUserWhoPurchased" Margin="12,8" />
|
<TextBlock
|
||||||
|
x:Uid="SettingsPageUserWhoPurchased"
|
||||||
|
Margin="12,8"
|
||||||
|
Foreground="{ThemeResource TextFillColorSecondaryBrush}" />
|
||||||
</dev:WrapPanel>
|
</dev:WrapPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</dev:SettingsCard>
|
</dev:SettingsCard>
|
||||||
@@ -208,7 +213,10 @@
|
|||||||
<dev:SettingsCard HorizontalContentAlignment="Left" ContentAlignment="Left">
|
<dev:SettingsCard HorizontalContentAlignment="Left" ContentAlignment="Left">
|
||||||
<StackPanel Spacing="6">
|
<StackPanel Spacing="6">
|
||||||
<TextBlock x:Uid="SetingsPageSpecialThanks" />
|
<TextBlock x:Uid="SetingsPageSpecialThanks" />
|
||||||
<TextBlock x:Uid="SettingsPageYouNowUsing" Margin="0,8" />
|
<TextBlock
|
||||||
|
x:Uid="SettingsPageYouNowUsing"
|
||||||
|
Margin="0,8"
|
||||||
|
Foreground="{ThemeResource TextFillColorSecondaryBrush}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</dev:SettingsCard>
|
</dev:SettingsCard>
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<Grid Margin="12,8">
|
<Grid Margin="12,8">
|
||||||
<StackPanel Orientation="Horizontal" Spacing="6">
|
<StackPanel Orientation="Horizontal" Spacing="6">
|
||||||
<TextBlock Text="{x:Bind PatronName, Mode=OneWay}" />
|
<TextBlock Foreground="{ThemeResource TextFillColorSecondaryBrush}" Text="{x:Bind PatronName, Mode=OneWay}" />
|
||||||
<TextBlock Foreground="{ThemeResource TextFillColorSecondaryBrush}" Text="{x:Bind Date, Mode=OneWay}" />
|
<TextBlock Foreground="{ThemeResource TextFillColorTertiaryBrush}" Text="{x:Bind Date, Mode=OneWay}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user