mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Sat Oct 26 20:32:51 CEST 2024
This commit is contained in:
@@ -707,8 +707,7 @@ size="is-small" icon=" iconfont icon-help-circle-outline" style="
|
||||
<b-input v-model="trojan.path" placeholder="/" expanded />
|
||||
</b-field>
|
||||
<b-field
|
||||
v-show="trojan.net === 'ws' ||
|
||||
trojan.net === 'h2'
|
||||
v-show="trojan.net === 'ws' || trojan.net === 'h2'"
|
||||
label="Host"
|
||||
label-position="on-border"
|
||||
>
|
||||
@@ -726,8 +725,7 @@ v-show="trojan.net === 'ws' ||
|
||||
<b-input v-model="trojan.alpn" placeholder="h2,http/1.1" expanded />
|
||||
</b-field>
|
||||
<b-field
|
||||
v-show="trojan.net === 'ws' ||
|
||||
trojan.net === 'h2'
|
||||
v-show="trojan.net === 'ws' || trojan.net === 'h2'"
|
||||
label="Path"
|
||||
label-position="on-border"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user