✨ feat: add traffic limit rules and user traffic statistics
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
"server": "服务器管理",
|
||||
"subscribe": "订阅管理",
|
||||
"ticket": "工单管理",
|
||||
"traffic": "流量统计",
|
||||
"wallet": "余额管理"
|
||||
},
|
||||
"pagination": {
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "流量统计",
|
||||
"selectSubscription": "选择订阅",
|
||||
"days7": "7 天",
|
||||
"days30": "30 天",
|
||||
"totalTraffic": "总流量",
|
||||
"uploadTraffic": "上传流量",
|
||||
"downloadTraffic": "下载流量",
|
||||
"trafficTrend": "流量趋势",
|
||||
"trafficRatio": "上传/下载占比",
|
||||
"upload": "上传",
|
||||
"download": "下载",
|
||||
"noData": "暂无流量数据",
|
||||
"date": "日期",
|
||||
"traffic": "流量 (MB)"
|
||||
}
|
||||
Reference in New Issue
Block a user