Explorar el Código

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

ZhouJieSheng hace 1 año
padre
commit
d552b808b7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
             //初始化多语文案