Browse Source

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

ZhouJieSheng 1 năm trước cách đây
mục cha
commit
d552b808b7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
             //初始化多语文案