feat: add listening ports widget for server stats

This commit is contained in:
ZacharyZcR
2025-12-24 15:55:44 +08:00
parent 07895257fd
commit dd20b1b46e
10 changed files with 345 additions and 43 deletions

View File

@@ -6,3 +6,4 @@ export { UptimeWidget } from "./UptimeWidget";
export { ProcessesWidget } from "./ProcessesWidget";
export { SystemWidget } from "./SystemWidget";
export { LoginStatsWidget } from "./LoginStatsWidget";
export { PortsWidget } from "./PortsWidget";