Update On Sat Oct 26 20:32:51 CEST 2024

This commit is contained in:
github-action[bot]
2024-10-26 20:32:52 +02:00
parent b8d3af4b42
commit 13d496f832
50 changed files with 1099 additions and 708 deletions

View File

@@ -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"
>