dokodemo-door, socks renamed to mixed, tunnel

This commit is contained in:
mhsanaei
2025-09-09 13:57:40 +02:00
parent fe9f0d1d0e
commit 7dc52e9a53
13 changed files with 48 additions and 48 deletions

View File

@@ -241,9 +241,9 @@
</template>
</template>
<!-- Servers (trojan/shadowsocks/socks/http) settings -->
<!-- Servers (trojan/shadowsocks/mixed/http) settings -->
<template v-if="outbound.hasServers()">
<!-- http / socks -->
<!-- http / mixed -->
<template v-if="outbound.hasUsername()">
<a-form-item label='{{ i18n "username" }}'>
<a-input v-model.trim="outbound.settings.user"></a-input>