+
+
+
handleInputChange('command', e.target.value)}
+ placeholder="例如: adb devices, adb shell pm list packages"
+ required
+ />
+
+ 输入要执行的ADB命令,支持参数
+
+
+
+
+
+
+
+
+
+
handleInputChange('path', e.target.value)}
+ placeholder="例如: /usr/local/bin, C:\Android\platform-tools"
+ />
+
+ 指定ADB命令执行的工作目录,留空使用系统默认路径
+
+
+
+
+ handleInputChange('useAbsolutePath', checked)}
+ />
+
+
+
+
+ handleInputChange('isEnabled', checked)}
+ />
+
+
+
+
+
+
handleInputChange('waitTimeMs', parseInt(e.target.value) || 0)}
+ placeholder="0"
+ />
+
+ 命令执行后的等待时间,用于确保命令完成
+
+
+
+
+