feat: add employee management, backend health check, and UI improvements

This commit is contained in:
2026-05-07 11:50:10 +08:00
parent a5db09f41e
commit c00db75c13
59 changed files with 3926 additions and 5796 deletions

View File

@@ -0,0 +1,5 @@
import { apiRequest } from './api.js'
export function fetchBackendHealth() {
return apiRequest('/health')
}