improve vless menu

This commit is contained in:
mercury
2025-07-04 16:42:47 +04:00
parent 8d13bee021
commit 6be95533c4
+2 -1
View File
@@ -5884,9 +5884,10 @@ DNS-over-HTTPS with IP:
$st = $this->getXrayStats();
$td = $this->getBytes($st['global']['download'] + $st['session']['download']);
$tu = $this->getBytes($st['global']['upload'] + $st['session']['upload']);
$text[] = "$td$tu";
$data[] = [
[
'text' => $this->i18n('reset stats') . ": ↓$td$tu",
'text' => $this->i18n('reset stats'),
'callback_data' => '/resetXrStats',
],
[