update upload download link stats
This commit is contained in:
@@ -22,8 +22,8 @@
|
|||||||
"stats": {
|
"stats": {
|
||||||
"traffic": "مصرف لحظهای",
|
"traffic": "مصرف لحظهای",
|
||||||
"trafficTotal": "مصرف کل",
|
"trafficTotal": "مصرف کل",
|
||||||
"uplink": "🔺",
|
"uplink": "↑",
|
||||||
"downlink": "🔻"
|
"downlink": "↓"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|||||||
@@ -80,9 +80,12 @@ class _StatCard extends HookConsumerWidget {
|
|||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
firstStat.label,
|
firstStat.label,
|
||||||
|
style: TextStyle(color: Colors.green),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
firstStat.data,
|
||||||
style: theme.textTheme.bodySmall,
|
style: theme.textTheme.bodySmall,
|
||||||
),
|
),
|
||||||
Text(firstStat.data),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Row(
|
Row(
|
||||||
@@ -90,9 +93,12 @@ class _StatCard extends HookConsumerWidget {
|
|||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
secondStat.label,
|
secondStat.label,
|
||||||
|
style: TextStyle(color: Colors.red),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
secondStat.data,
|
||||||
style: theme.textTheme.bodySmall,
|
style: theme.textTheme.bodySmall,
|
||||||
),
|
),
|
||||||
Text(secondStat.data),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user