mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-29 12:41:45 +08:00
feat: 完善 ATX 功能逻辑与控件样式
This commit is contained in:
@@ -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') =>
|
||||
|
||||
Reference in New Issue
Block a user