feat: Add node load submission and display functionality

- Implemented node load status submission in UniProxyController with dynamic cache expiration based on server push interval.
- Added log filtering capability in the admin panel for better log management and analysis.
This commit is contained in:
xboard
2025-05-24 12:31:18 +08:00
parent 61300fbcc3
commit a3700ad685
13 changed files with 270 additions and 75 deletions

View File

@@ -25,7 +25,8 @@ class ServerService
'online',
'is_online',
'available_status',
'cache_key'
'cache_key',
'load_status'
]);
}