diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 14:56:04 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 14:56:04 +0300 |
| commit | 59ea2645db827335a0689d2fb7aeeef4e52af52b (patch) | |
| tree | a52caa80571fef4919c3df59a4bceacd60ba6aa6 /web/html/inbounds.html | |
| parent | 8c8d280f147ce4e8f604080d1dbf066332e55efc (diff) | |
new: subJsonEnable
after this subEnable by default is true
and subJsonEnable is false
Diffstat (limited to 'web/html/inbounds.html')
| -rw-r--r-- | web/html/inbounds.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html index 1c48480d..5f17c98b 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -736,10 +736,11 @@ refreshing: false, refreshInterval: Number(localStorage.getItem("refreshInterval")) || 5000, subSettings: { - enable: false, + enable: true, subTitle: '', subURI: '', subJsonURI: '', + subJsonEnable: false, }, remarkModel: '-ieo', datepicker: 'gregorian', @@ -795,7 +796,8 @@ enable: subEnable, subTitle: subTitle, subURI: subURI, - subJsonURI: subJsonURI + subJsonURI: subJsonURI, + subJsonEnable: subJsonEnable, }; this.pageSize = pageSize; this.remarkModel = remarkModel; |
