ui copywriting changes

This commit is contained in:
huiyadanli
2023-11-25 14:23:52 +08:00
parent 7c3e193ca7
commit 8af8b444c2
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ namespace BetterGenshinImpact.Core.Config;
public class Global
{
public static string Version = "0.15.0";
public static string Version = "0.16.0";
public static string StartUpPath { get; private set; } = AppContext.BaseDirectory;

View File

@@ -87,7 +87,7 @@
<ui:TextBlock Grid.Row="1"
Grid.Column="0"
Foreground="{ui:ThemeResource TextFillColorTertiaryBrush}"
Text="无论你要做什么,请先启动"
Text="启动后才能使用各项功能,点击展开启动相关配置。"
TextWrapping="Wrap" />
<StackPanel Grid.Row="0"
Grid.RowSpan="2"