Русифицировать README и интерфейс HY2XS admin

This commit is contained in:
2026-04-25 23:51:21 +05:00
parent 84a4e94567
commit 2b4a45ad23
167 changed files with 632 additions and 699 deletions
+5 -4
View File
@@ -8,8 +8,9 @@ type SystemMonitorVo struct {
}
type Hysteria2MonitorVo struct {
UserTotal int64 `json:"userTotal"` // 在线用户数
DeviceTotal int64 `json:"deviceTotal"` // 在线设备数
Version string `json:"version"` // 版本
Running bool `json:"running"` // 运行状态
UserTotal int64 `json:"userTotal"` // Количество пользователей онлайн
DeviceTotal int64 `json:"deviceTotal"` // Количество устройств онлайн
Version string `json:"version"` // Версия
Running bool `json:"running"` // Статус выполнения
}