Skip to content

Commit

Permalink
更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed Jun 8, 2019
1 parent 94eb335 commit efc1806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AutumnBox.GUI/View/Panel/PanelUpdateLogs.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<DataTemplate>
<DockPanel Margin="10">
<StackPanel DockPanel.Dock="Top" Orientation="Horizontal">
<TextBlock FontSize="30" Text="{Binding Version}"/>
<TextBlock FontSize="20" Text="{Binding Version}"/>
<TextBlock VerticalAlignment="Center" Foreground="Gray" Margin="10,0,0,0" Text="{Binding Time}"/>
</StackPanel>
<TextBlock Margin="5" Text="{Binding Content}" TextWrapping="Wrap"/>
Expand Down
5 changes: 3 additions & 2 deletions AutumnBox.GUI/ViewModel/VMUpdateLogs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ public VMUpdateLogs()

private static readonly IEnumerable<VersionInfo> data = new List<VersionInfo>()
{
new VersionInfo("2019.5.30","2019-5-30","界面革新,大量模块重构"),
new VersionInfo("2019.4.13","2019-4-13","一些信息修改"),
new VersionInfo("2019.6.8-preview","2019-6-8","界面进一步整合,新的主页内容机制,BUG修复"),
new VersionInfo("2019.5.30-preview","2019-5-30","界面革新,大量模块重构"),
new VersionInfo("2019.4.13","2019-4-13","一些信息修改"),
new VersionInfo("2019.3.11","2019-3-11","细节BUG修复,支持一键激活太极"),
new VersionInfo("2019.3.5","2019-3-5","秋之盒三月更新来袭,诸多新特性,全新API,界面设计优化"),
new VersionInfo("2019.1.18","2019-1-18","紧急修复一个臭名昭著的恶性BUG"),
Expand Down

0 comments on commit efc1806

Please sign in to comment.