mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
Merge pull request #1200 from DGP-Studio/1198
This commit is contained in:
@@ -1649,6 +1649,9 @@
|
|||||||
<data name="ViewPageAnnouncementGame" xml:space="preserve">
|
<data name="ViewPageAnnouncementGame" xml:space="preserve">
|
||||||
<value>游戏公告</value>
|
<value>游戏公告</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ViewPageAnnouncementViewDetails" xml:space="preserve">
|
||||||
|
<value>查看详情</value>
|
||||||
|
</data>
|
||||||
<data name="ViewPageAvatarPropertyArtifactScore" xml:space="preserve">
|
<data name="ViewPageAvatarPropertyArtifactScore" xml:space="preserve">
|
||||||
<value>圣遗物评分</value>
|
<value>圣遗物评分</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -171,7 +171,7 @@
|
|||||||
Message="{Binding Content}"
|
Message="{Binding Content}"
|
||||||
Severity="{Binding Severity}">
|
Severity="{Binding Severity}">
|
||||||
<StackPanel Margin="0,0,0,8" Orientation="Horizontal">
|
<StackPanel Margin="0,0,0,8" Orientation="Horizontal">
|
||||||
<HyperlinkButton Content="查看详情" NavigateUri="{Binding Link}"/>
|
<HyperlinkButton Content="{shcm:ResourceString Name=ViewPageAnnouncementViewDetails}" NavigateUri="{Binding Link}"/>
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Margin="8,0,0,2"
|
Margin="8,0,0,2"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
@@ -235,4 +235,4 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
</Grid>
|
</Grid>
|
||||||
</shc:ScopedPage>
|
</shc:ScopedPage>
|
||||||
|
|||||||
Reference in New Issue
Block a user