diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-04 14:20:24 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-04 14:20:24 +0300 |
| commit | e19061d513b8c4fb2207b4a553a96ea086089612 (patch) | |
| tree | 8a05450f0f6d3e8a2a182976b1a38bf5cca824ea /web/html/settings/panel/subscription/general.html | |
| parent | 51e2fb6dbfb6f3f21b3f578c15c3dc0d47c4a66e (diff) | |
TLS: Remove ECH Force Query
Diffstat (limited to 'web/html/settings/panel/subscription/general.html')
| -rw-r--r-- | web/html/settings/panel/subscription/general.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/web/html/settings/panel/subscription/general.html b/web/html/settings/panel/subscription/general.html index 725a9359..a7b58e46 100644 --- a/web/html/settings/panel/subscription/general.html +++ b/web/html/settings/panel/subscription/general.html @@ -46,8 +46,7 @@ <template #description>{{ i18n "pages.settings.subPortDesc"}}</template> <template #control> - <a-input-number v-model="allSetting.subPort" :min="1" - :min="65535" + <a-input-number v-model="allSetting.subPort" :min="1" :min="65535" :style="{ width: '100%' }"></a-input-number> </template> </a-setting-list-item> @@ -67,8 +66,7 @@ <template #description>{{ i18n "pages.settings.subURIDesc"}}</template> <template #control> - <a-input type="text" - placeholder="(http|https)://domain[:port]/path/" + <a-input type="text" placeholder="(http|https)://domain[:port]/path/" v-model="allSetting.subURI"></a-input> </template> </a-setting-list-item> @@ -104,8 +102,7 @@ <template #description>{{ i18n "pages.settings.subSupportUrlDesc"}}</template> <template #control> - <a-input type="text" v-model="allSetting.subSupportUrl" - placeholder="https://example.com"></a-input> + <a-input type="text" v-model="allSetting.subSupportUrl" placeholder="https://example.com"></a-input> </template> </a-setting-list-item> <a-setting-list-item paddings="small"> @@ -113,8 +110,7 @@ <template #description>{{ i18n "pages.settings.subProfileUrlDesc"}}</template> <template #control> - <a-input type="text" v-model="allSetting.subProfileUrl" - placeholder="https://example.com"></a-input> + <a-input type="text" v-model="allSetting.subProfileUrl" placeholder="https://example.com"></a-input> </template> </a-setting-list-item> <a-setting-list-item paddings="small"> @@ -141,8 +137,7 @@ <template #description>{{ i18n "pages.settings.subRoutingRulesDesc"}}</template> <template #control> - <a-textarea v-model="allSetting.subRoutingRules" - placeholder="happ://routing/add/..."></a-textarea> + <a-textarea v-model="allSetting.subRoutingRules" placeholder="happ://routing/add/..."></a-textarea> </template> </a-setting-list-item> </a-collapse-panel> @@ -170,8 +165,7 @@ <template #description>{{ i18n "pages.settings.subUpdatesDesc"}}</template> <template #control> - <a-input-number :min="1" v-model="allSetting.subUpdates" - :style="{ width: '100%' }"></a-input-number> + <a-input-number :min="1" v-model="allSetting.subUpdates" :style="{ width: '100%' }"></a-input-number> </template> </a-setting-list-item> </a-collapse-panel> |
