Browse Source

About - 架上版本取消显示编译时间

ZhouJieSheng 1 year ago
parent
commit
d552b808b7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      PDF Office/Views/Dialog/AboutDialog.xaml.cs

+ 2 - 1
PDF Office/Views/Dialog/AboutDialog.xaml.cs

@@ -35,7 +35,8 @@ namespace PDF_Master.Views.Dialog
 #if DEBUG
             test = "_Test";
 #endif
-            TbVersion.Text = App.MainPageLoader.GetString("About_Version") + " " + App.Version + test+"-"+buildDate;
+            //上架版本不显示编译时间
+            TbVersion.Text = App.MainPageLoader.GetString("About_Version") + " " + App.Version + test;
 
             TbTitle.Text = App.Name;
             //初始化多语文案