refactor: split XTLS and Reality form tls into separate files

This commit is contained in:
mhsanaei
2024-09-26 15:55:56 +02:00
parent 0b8beafc89
commit c9c8abe97b
4 changed files with 123 additions and 102 deletions

View File

@@ -104,7 +104,7 @@
</a-textarea>
</a-form>
</a-form-item>
<a-form-item v-if="inbound.xtls" label='Flow'>
<a-form-item v-if="inbound.stream.isXtls" label='Flow'>
<a-select v-model="client.flow" :dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option value="" selected>{{ i18n "none" }}</a-select-option>
<a-select-option v-for="key in XTLS_FLOW_CONTROL" :value="key">[[ key ]]</a-select-option>