diff options
| author | Nebulosa <85841412+nebulosa2007@users.noreply.github.com> | 2026-01-19 14:31:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-19 14:31:49 +0300 |
| commit | 5370b6943af5e17388f5ae97605899526278ea3a (patch) | |
| tree | 693ec3056ae67722d32769c21534c25d41492493 /web | |
| parent | d8c783a2968926634dc29d5a8149815c4623ed16 (diff) | |
Add hysteria2 protocol in hint text (#3686)
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/form/outbound.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html index 24bdc751..688a3564 100644 --- a/web/html/form/outbound.html +++ b/web/html/form/outbound.html @@ -772,7 +772,7 @@ <a-space direction="vertical" :size="10" :style="{ marginTop: '10px' }"> <a-input addon-before='{{ i18n "pages.xray.outbound.link" }}' v-model.trim="outModal.link" - placeholder="vmess:// vless:// trojan:// ss://"> + placeholder="vmess:// vless:// trojan:// ss:// hysteria2://"> <a-icon slot="addonAfter" type="form" @click="convertLink"></a-icon> </a-input> <textarea :style="{ position: 'absolute', left: '-800px' }" |
