优化version显示格式

This commit is contained in:
monitor1394
2020-05-07 12:37:28 +08:00
parent 9dd23092f5
commit ce429a0bb1
2 changed files with 2 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ namespace XCharts
m_XCharts = go.AddComponent<XChartsMgr>();
}
}
m_XCharts.m_NowVersion = version + " (" + date + ")";
m_XCharts.m_NowVersion = version + "_" + date;
}
return m_XCharts;
}