mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-05 13:10:09 +00:00
fix: country code
This commit is contained in:
@@ -23,7 +23,7 @@ export function formatNezhaInfo(serverInfo: NezhaAPI) {
|
||||
swap: (serverInfo.state.swap_used / serverInfo.host.swap_total) * 100 || 0,
|
||||
disk: (serverInfo.state.disk_used / serverInfo.host.disk_total) * 100 || 0,
|
||||
stg: (serverInfo.state.disk_used / serverInfo.host.disk_total) * 100 || 0,
|
||||
country_code: serverInfo.host.country_code,
|
||||
country_code: serverInfo.country_code,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user