refactor: Modularize server stats widget collectors

This commit is contained in:
ZacharyZcR
2025-11-09 05:37:06 +08:00
parent d7bbad89c3
commit 398d5c0704
15 changed files with 770 additions and 361 deletions

View File

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