Commit 6265eabc authored by dong's avatar dong

半自动地址修正

parent 2acf98bc
......@@ -7,6 +7,6 @@
<gtdpackConfiguration configSource="configs\gtdpack.xml"/>
<templateConfigurationSetting configSource="configs\templateconfigurationsetting.xml"/>
<appSettings>
<add key="updateurl" value="http://120.78.177.180:81/ChuPiao_Half_Auto_Test/"/>
<add key="updateurl" value="http://120.78.177.180:81/CP_Half_Auto/"/>
</appSettings>
</configuration>
......@@ -10,12 +10,12 @@ namespace ChuPiao.Common.HD
public class GConfig
{
#if REALEASE_VERSION
#if !DEUBG
public const string VersionName = "230410.0";
public const string VersionText = "正式版本";
public const string VersionText = "Half Auto正式版";
private const string mainTitle = "Half Auto正式版";
private const string mainTitle = "2023";
public const bool IsTest = false;
......@@ -37,7 +37,7 @@ namespace ChuPiao.Common.HD
{
get
{
return string.Format("{0}【{1}】", mainTitle, VersionName);
return string.Format("{0}【{1}】{2}", mainTitle, VersionName, VersionText);
}
}
......
......@@ -93,7 +93,7 @@ namespace ChuPiao.Common.HD
private IniConfig()
{
new1064 = HD.Ini_ReadP(SELECTION, "1064版本", new1064, INIPATH);
new1064 = HD.Ini_ReadP(SELECTION, "停止出票出纸", new1064, INIPATH);
keyInterval = HD.Ini_ReadPInt(SELECTION, "键的间隔_ms", keyInterval, INIPATH);
keyRandomFloat = HD.Ini_ReadPInt(SELECTION, "键随机上浮值_ms", keyRandomFloat, INIPATH);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment