import 'dart:io'; /// Windows / Linux 桌面端,与安卓 UI 完全分离。 bool get isDesktopPlatform => Platform.isWindows || Platform.isLinux;