mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Update schema.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Validators from './validators';
|
||||
|
||||
export default {
|
||||
'V3.1.2.4+': {
|
||||
'V3.1.2.5+': {
|
||||
asf: [
|
||||
{
|
||||
legend: 'schema.basic',
|
||||
@@ -117,6 +117,24 @@ export default {
|
||||
],
|
||||
defaultValue: 0,
|
||||
advanced: true
|
||||
},
|
||||
{
|
||||
label: 'WebProxy',
|
||||
field: 'WebProxy',
|
||||
placeholder: '',
|
||||
type: 'InputText'
|
||||
},
|
||||
{
|
||||
label: 'WebProxyPassword',
|
||||
field: 'WebProxyPassword',
|
||||
placeholder: '',
|
||||
type: 'InputPassword'
|
||||
},
|
||||
{
|
||||
label: 'WebProxyUsername',
|
||||
field: 'WebProxyUsername',
|
||||
placeholder: '',
|
||||
type: 'InputText'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user