feat: 完善 ATX 功能逻辑与控件样式

This commit is contained in:
mofeng-git
2026-07-07 00:21:54 +08:00
parent f6e97a06f5
commit e60152d38b
21 changed files with 1058 additions and 836 deletions

View File

@@ -549,6 +549,8 @@ export const atxApi = {
initialized: boolean
power_status: 'on' | 'off' | 'unknown'
led_supported: boolean
hdd_status: 'active' | 'inactive' | 'unknown'
hdd_supported: boolean
}>('/atx/status'),
power: (action: 'short' | 'long' | 'reset') =>