diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-07 12:15:58 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-07 12:15:58 +0300 |
| commit | 594d682e202b30164aa7f9c510ec5955ed871541 (patch) | |
| tree | f1f7d7bfd4f48fa48e8a29b0da3ed57788bec2e6 /web/html/xui/form/protocol/vless.html | |
| parent | 70f250dfe1e24249a4cc8102e3fef65959dfb15a (diff) | |
random sub Id
optimize utils
trojan short id fix
index page better view
Diffstat (limited to 'web/html/xui/form/protocol/vless.html')
| -rw-r--r-- | web/html/xui/form/protocol/vless.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index 3155ee28..59ba7672 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -11,7 +11,7 @@ </template> </a-tooltip> </span> - <a-icon @click="client.email = RandomUtil.randomText()" type="sync"> </a-icon> + <a-icon @click="client.email = RandomUtil.randomText(8)" type="sync"> </a-icon> <a-input v-model.trim="client.email" style="width: 200px;"></a-input> </a-form-item> <a-form-item label="ID"> @@ -28,7 +28,7 @@ <a-icon type="question-circle" theme="filled"></a-icon> </a-tooltip> </span> - <a-icon @click="client.subId = RandomUtil.randomText()" type="sync"> </a-icon> + <a-icon @click="client.subId = RandomUtil.randomText(16)" type="sync"> </a-icon> <a-input v-model.trim="client.subId" style="width: 150px;"></a-input> </a-form-item> <a-form-item v-if="client.email && app.tgBotEnable"> |
