mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
ui copywriting changes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user