diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-05 00:19:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-05 00:19:23 +0300 |
| commit | e164c7e7801c2c0a9cae9bc0516f84cdee86672b (patch) | |
| tree | 8c1cd095b31723d8a16c78c8e65089f841450c37 /web/html/xui/form/tls_settings.html | |
| parent | 20bfd71cf18cc60a5e118fc848eb62e49b50906e (diff) | |
| parent | 481d4beabb2625c51440c734654de24b18d9e1b1 (diff) | |
Merge pull request #332 from hamid-gh98/main
[Update] sub remark + settings UI
Diffstat (limited to 'web/html/xui/form/tls_settings.html')
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index e4be34cf..7962acf3 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -140,7 +140,7 @@ </a-switch> </a-form-item> <a-form-item label="xVer"> - <a-input type="number" v-model.number="inbound.stream.reality.xver" :min="0" style="width: 60px"></a-input> + <a-input-number v-model="inbound.stream.reality.xver" :min="0" style="width: 60px"></a-input-number> </a-form-item> <a-form-item label="uTLS" > <a-select v-model="inbound.stream.reality.settings.fingerprint" |
