Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
ticket_half_auto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李佳
ticket_half_auto
Commits
6265eabc
Commit
6265eabc
authored
Apr 11, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半自动地址修正
parent
2acf98bc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app.config
ChuPiao.AutoPrint.Desktop/configs/app.config
+1
-1
GConfig.cs
ChuPiao.Common/HD/GConfig.cs
+4
-4
IniConfig.cs
ChuPiao.Common/HD/IniConfig.cs
+1
-1
No files found.
ChuPiao.AutoPrint.Desktop/configs/app.config
View file @
6265eabc
...
...
@@ -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/C
huPiao_Half_Auto_Test
/"
/>
<
add
key
=
"updateurl"
value
=
"http://120.78.177.180:81/C
P_Half_Auto
/"
/>
</
appSettings
>
</
configuration
>
ChuPiao.Common/HD/GConfig.cs
View file @
6265eabc
...
...
@@ -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
);
}
}
...
...
ChuPiao.Common/HD/IniConfig.cs
View file @
6265eabc
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment