support update proxies

This commit is contained in:
2024-01-11 13:11:12 +08:00
parent 83ad03eca3
commit 18792a395c
11 changed files with 69 additions and 276 deletions

View File

@@ -1,4 +1,4 @@
(function (){
(function () {
//param names in Basic tab
var basicParams = [
{
@@ -24,10 +24,10 @@
defaultValue: '-'
}, {
name: 'transport.useEncryption',
defaultValue: 'true',
defaultValue: 'false',
}, {
name: 'transport.useCompression',
defaultValue: 'true',
defaultValue: 'false',
}
];
var mapParams = [{
@@ -177,6 +177,7 @@
return flat(obj);
}
window.basicParams = basicParams;
window.expandJSONKeys = expandJSONKeys;
window.expandJSON = expandJSON;
window.flatJSON = flatJSON;