refactor: remove unused monitoring and system info features

This commit is contained in:
2026-05-05 15:05:26 +08:00
parent 4c6e8294bb
commit 1323da55a6
6 changed files with 1 additions and 548 deletions

View File

@@ -9,8 +9,6 @@ Frontend application for Super-frpc - a frpc instance integrated management syst
- User management (create, edit, delete users)
- Session management (view and delete active sessions)
- System logs viewing with filtering capabilities
- Real-time system monitoring (CPU, memory, disk, network)
- System information display
- Role-based access control (superuser, admin, visitor)
- Responsive design with modern UI
@@ -49,8 +47,7 @@ frontend/
│ ├── Users.vue # User management
│ ├── Sessions.vue # Session management
│ ├── Logs.vue # System logs
── Monitor.vue # System monitoring
│ └── SystemInfo.vue # System information
── Settings.vue # Settings
├── logger.js # Logging utility
├── api-backend.md # Backend API documentation
└── README.md # This file