From ee33edfcdb862f87d19883907095975a38d15d97 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Thu, 22 Feb 2024 22:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=B7=A5=E5=85=B7=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=B8=85=E7=90=86=E7=BC=93=E5=AD=98=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mod/0000_core/lang/en/Base2401.lps | 3 ++- .../mod/0000_core/lang/zh-Hans/Base2401.lps | 3 ++- .../mod/0000_core/lang/zh-Hant/Base2401.lps | 1 + VPet.Solution/ViewModels/MainWindowVM.cs | 5 +++-- VPet.Solution/Views/MainWindow.xaml | 2 ++ VPet.Solution/Views/MainWindow.xaml.cs | 10 ++++++++++ 6 files changed, 20 insertions(+), 4 deletions(-) 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}" />