diff --git a/VPet-Simulator.Windows/mod/0000_core/lang/en/Base2401.lps b/VPet-Simulator.Windows/mod/0000_core/lang/en/Base2401.lps index 4d26cee..ef9eb86 100644 --- a/VPet-Simulator.Windows/mod/0000_core/lang/en/Base2401.lps +++ b/VPet-Simulator.Windows/mod/0000_core/lang/en/Base2401.lps @@ -3,4 +3,5 @@ 尝试加载动画和生成缓存\n该步骤可能会耗时比较长\n请耐心等待#Attempting to load animations and generate cache\nThis step may take a while\nPlease be patient:| 检测到经验值超过 9,223,372,036 导致算数溢出\n已经自动回正#Detected experience value exceeding 9,223,372,036 causing arithmetic overflow\nAutomatically corrected:| 检测到金钱超过 9,223,372,036 导致算数溢出\n已经自动回正#Detected money exceeding 9,223,372,036 causing arithmetic overflow\nAutomatically corrected:| -数据溢出警告#Data Overflow Warning:| \ No newline at end of file +数据溢出警告#Data Overflow Warning:| +缓存清理完成#Cache cleared:| \ No newline at end of file diff --git a/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hans/Base2401.lps b/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hans/Base2401.lps index ea53eea..e6c21e5 100644 --- a/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hans/Base2401.lps +++ b/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hans/Base2401.lps @@ -3,4 +3,5 @@ 尝试加载动画和生成缓存\n该步骤可能会耗时比较长\n请耐心等待#尝试加载动画和生成缓存\n该步骤可能会耗时比较长\n请耐心等待:| 检测到经验值超过 9,223,372,036 导致算数溢出\n已经自动回正#检测到经验值超过 9,223,372,036 导致算数溢出\n已经自动回正:| 检测到金钱超过 9,223,372,036 导致算数溢出\n已经自动回正#检测到金钱超过 9,223,372,036 导致算数溢出\n已经自动回正:| -数据溢出警告#数据溢出警告:| \ No newline at end of file +数据溢出警告#数据溢出警告:| +缓存清理完成#缓存清理完成:| \ No newline at end of file diff --git a/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hant/Base2401.lps b/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hant/Base2401.lps index 417ee77..7cb3f1a 100644 --- a/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hant/Base2401.lps +++ b/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hant/Base2401.lps @@ -4,3 +4,4 @@ 检测到经验值超过 9,223,372,036 导致算数溢出\n已经自动回正#偵測到經驗值超過 9,223,372,036 導致算術溢位\n已經自動修正:| 检测到金钱超过 9,223,372,036 导致算数溢出\n已经自动回正#偵測到金錢超過 9,223,372,036 導致算術溢位\n已經自動修正:| 数据溢出警告#數據溢出警告:| +缓存清理完成#快取清理完成:| \ No newline at end of file diff --git a/VPet.Solution/ViewModels/MainWindowVM.cs b/VPet.Solution/ViewModels/MainWindowVM.cs index 213f0df..327d94c 100644 --- a/VPet.Solution/ViewModels/MainWindowVM.cs +++ b/VPet.Solution/ViewModels/MainWindowVM.cs @@ -30,6 +30,7 @@ public class MainWindowVM : ObservableClass FirstStartFailedCommand.ExecuteCommand += FirstStartFailedCommand_ExecuteCommand; OpenLocalTextCommand.ExecuteCommand += OpenLocalTextCommand_ExecuteCommand; + } private void OpenLocalTextCommand_ExecuteCommand() @@ -43,10 +44,10 @@ public class MainWindowVM : ObservableClass private void FirstStartFailedCommand_ExecuteCommand() { if (LocalizeCore.CurrentCulture == "zh-Hans") - HKWUtils.OpenLink("https://www.bilibili.com/read/cv26510496/"); + HKWUtils.OpenLink("https://www.bilibili.com/read/cv31370459/"); else HKWUtils.OpenLink( - "https://steamcommunity.com/games/1920960/announcements/detail/3681184905256253203" + "https://store.steampowered.com/news/app/1920960/view/7950611950256749982" ); } diff --git a/VPet.Solution/Views/MainWindow.xaml b/VPet.Solution/Views/MainWindow.xaml index 1fba1ae..b009d2e 100644 --- a/VPet.Solution/Views/MainWindow.xaml +++ b/VPet.Solution/Views/MainWindow.xaml @@ -32,6 +32,8 @@ Content="{ll:Str 打开设置编辑器}" FontSize="16" Style="{DynamicResource Button_BaseStyle}" />