complete two finger swipe

This commit is contained in:
xueyan hu
2022-01-25 17:02:56 +08:00
parent b53ce5caf8
commit 0bb2ec20bc

74
cfgs/usct-product Normal file
View File

@@ -0,0 +1,74 @@
{
"login": {
"defaultUser": "usct"
},
"general": {
"defaultlanguage": "en_US",
"language": "zh_CN;en_US",
"institutionName": "",
"institutionAddr": "",
"lockscreen": "30"
},
"protocol": {
"default": "RSTAND",
"lists": "LSTAND;RSTAND;LONE;RONE"
},
"storagepolicy": {
"mininum": "85"
},
"lastlogin": {
"password": "",
"remember": "false",
"usercode": ""
},
"worklist": {
"ae": "",
"ip": "",
"name": "",
"port": ""
},
"pacs": {
"ae": "",
"ip": "",
"name": "",
"port": ""
},
"recon": {
"ae": "",
"ip": "",
"name": "",
"port": ""
},
"address": {
"device": "eth0",
"dhcp": "true",
"ip": "",
"mask": "",
"ae": "",
"name": "",
"port": "",
"additional": [{
"ip": "",
"netmask": ""
}, {
"ip": "",
"netmask": ""
}]
},
"routing": {
"defaultgateway": "",
"routingtable": [{
"destination": "",
"gateway": "",
"netmask": ""
}, {
"destination": "",
"gateway": "",
"netmask": ""
}]
},
"worklistfilter": {
"default": "Today",
"lists": "Today;Recent3Days;ThisWeek;ThisMonth"
}
}