mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-13 13:57:59 +00:00
Add hysteria2 protocol in hint text (#3686)
This commit is contained in:
parent
d8c783a296
commit
5370b6943a
1 changed files with 1 additions and 1 deletions
|
|
@ -772,7 +772,7 @@
|
||||||
<a-space direction="vertical" :size="10" :style="{ marginTop: '10px' }">
|
<a-space direction="vertical" :size="10" :style="{ marginTop: '10px' }">
|
||||||
<a-input addon-before='{{ i18n "pages.xray.outbound.link" }}'
|
<a-input addon-before='{{ i18n "pages.xray.outbound.link" }}'
|
||||||
v-model.trim="outModal.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-icon slot="addonAfter" type="form" @click="convertLink"></a-icon>
|
||||||
</a-input>
|
</a-input>
|
||||||
<textarea :style="{ position: 'absolute', left: '-800px' }"
|
<textarea :style="{ position: 'absolute', left: '-800px' }"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue