From 5c10035bd964b41ce466ef16ca5ef8bb9a4507f6 Mon Sep 17 00:00:00 2001 From: Vadim Iskuchekov Date: Sat, 21 Jun 2025 09:55:35 +0200 Subject: feat: add comments under client id (#3131) --- web/html/form/protocol/shadowsocks.html | 7 ++++++- web/html/form/protocol/trojan.html | 7 ++++++- web/html/form/protocol/vless.html | 7 ++++++- web/html/form/protocol/vmess.html | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) (limited to 'web/html/form') diff --git a/web/html/form/protocol/shadowsocks.html b/web/html/form/protocol/shadowsocks.html index 06e12075..04cd9399 100644 --- a/web/html/form/protocol/shadowsocks.html +++ b/web/html/form/protocol/shadowsocks.html @@ -13,7 +13,12 @@ Password - [[ client.email ]] + +
+
[[ client.email ]]
+
[[ client.comment ]]
+
+ [[ client.password ]] diff --git a/web/html/form/protocol/trojan.html b/web/html/form/protocol/trojan.html index fc327721..6c7b3773 100644 --- a/web/html/form/protocol/trojan.html +++ b/web/html/form/protocol/trojan.html @@ -12,7 +12,12 @@ Password - [[ client.email ]] + +
+
[[ client.email ]]
+
[[ client.comment ]]
+
+ [[ client.password ]] diff --git a/web/html/form/protocol/vless.html b/web/html/form/protocol/vless.html index 3cebda6e..88274f71 100644 --- a/web/html/form/protocol/vless.html +++ b/web/html/form/protocol/vless.html @@ -12,7 +12,12 @@ ID - [[ client.email ]] + +
+
[[ client.email ]]
+
[[ client.comment ]]
+
+ [[ client.id ]] diff --git a/web/html/form/protocol/vmess.html b/web/html/form/protocol/vmess.html index 3c5200ac..94a0cc58 100644 --- a/web/html/form/protocol/vmess.html +++ b/web/html/form/protocol/vmess.html @@ -13,7 +13,12 @@ {{ i18n "security" }} - [[ client.email ]] + +
+
[[ client.email ]]
+
[[ client.comment ]]
+
+ [[ client.id ]] [[ client.security ]] -- cgit v1.2.3