Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
G
GS.Terminal.VisitorSelfService
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
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
终端组
GS.Terminal.VisitorSelfService
Commits
f9662f8a
Commit
f9662f8a
authored
Jun 17, 2022
by
姜春辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化附加信息滚动操作
parent
f0c5201a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
App.config
...itorSelfService/GS.Terminal.VisitorSelfService/App.config
+1
-1
Config.xml
...ice/Logic/GS.Terminal.VisitorSelfService.Logic/Config.xml
+2
-2
Style.xaml
...iewModelView/Views/Pages/AppointmentDetailPage/Style.xaml
+1
-1
No files found.
Src/GS.Terminal.VisitorSelfService/GS.Terminal.VisitorSelfService/App.config
View file @
f9662f8a
...
...
@@ -5,7 +5,7 @@
</
startup
>
<
appSettings
>
<
add
key
=
"ServerIP"
value
=
"192.168.1.7"
/>
<
add
key
=
"WebPath"
value
=
"http://192.168.1.7:50
17
/"
/>
<
add
key
=
"WebPath"
value
=
"http://192.168.1.7:50
00
/"
/>
<
add
key
=
"tCode"
value
=
"SYL106"
/>
</
appSettings
>
</
configuration
>
\ No newline at end of file
Src/GS.Terminal.VisitorSelfService/Logic/GS.Terminal.VisitorSelfService.Logic/Config.xml
View file @
f9662f8a
...
...
@@ -4,9 +4,9 @@
<Dict
Caption=
"基础配置"
Name=
"defaultconfig"
>
<Key
Caption=
"人脸识别阀值"
Name=
"FaceMinValue"
Value=
"0.85"
/>
<Key
Caption=
"人证比对阀值"
Name=
"FaceCardMatch"
Value=
"0"
/>
<Key
Caption=
"心跳端口"
Name=
"HeartPort"
Value=
"1
8083
"
/>
<Key
Caption=
"心跳端口"
Name=
"HeartPort"
Value=
"1
5000
"
/>
<Key
Caption=
"重复登记提示"
Name=
"RepeatMessage"
Value=
"你已经完成确认,欢迎进入海信大厦"
/>
<Key
Caption=
"远程认证地址"
Name=
"FaceWebSocket"
Value=
"ws://192.168.1.7:150
5
5/face/sdk2?persontype=访客"
/>
<Key
Caption=
"远程认证地址"
Name=
"FaceWebSocket"
Value=
"ws://192.168.1.7:150
0
5/face/sdk2?persontype=访客"
/>
<Key
Caption=
"管理员卡片"
Name=
"AdminCard"
Value=
"EEEE,FFF,AAAAA,DDDDD"
/>
</Dict>
<Dict
Caption=
"识别方式配置"
Name=
"authenticationconfig"
>
...
...
Src/GS.Terminal.VisitorSelfService/ViewModelView/Views/Pages/AppointmentDetailPage/Style.xaml
View file @
f9662f8a
...
...
@@ -30,7 +30,7 @@
<ControlTemplate x:Key="AppointmentDetailPage_ExtendInfoListTemplate" TargetType="ListView">
<ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto"
Style="{DynamicResource scrollviewerStyle}">
<Border Margin="45,0,45,0">
<Border Margin="45,0,45,0"
Background="Transparent"
>
<ItemsPresenter/>
</Border>
</ScrollViewer>
...
...
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