Revert "Subscription"

This commit is contained in:
Alireza Ahmadi
2023-03-28 23:49:23 +02:00
committed by GitHub
parent df2ef6cdde
commit b7048cdab8
6 changed files with 6 additions and 562 deletions

View File

@@ -24,9 +24,6 @@
<a-form-item label='{{ i18n "additional" }} ID' v-if="inbound.protocol === Protocols.VMESS">
<a-input type="number" v-model.number="client.alterId"></a-input>
</a-form-item>
<a-form-item label="Subscription" v-if="client.email">
<a-input v-model.trim="client.subId"></a-input>
</a-form-item>
<a-form-item v-if="inbound.xtls" label="flow">
<a-select v-model="client.flow" style="width: 150px" :dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''">
<a-select-option value="">{{ i18n "none" }}</a-select-option>