refactor(rustdesk): 移除密钥对状态展示

This commit is contained in:
mofeng-git
2026-08-30 20:48:55 +08:00
parent b074aa5779
commit ccf821ab22
5 changed files with 0 additions and 14 deletions

View File

@@ -228,7 +228,6 @@ export interface RustDeskConfigResponse {
relay_server: string | null
device_id: string
has_password: boolean
has_keypair: boolean
relay_key: string | null
}