adb-reboot: add Chinese translation (#14276)

This commit is contained in:
Cryo
2024-10-19 13:06:06 +08:00
committed by GitHub
parent 541529b37a
commit ab8fd5cde2

View File

@@ -0,0 +1,20 @@
# adb reboot
> 重启已连接的 Android 设备或模拟器。
> 更多信息:<https://manned.org/adb>.
- 正常重启设备:
`adb reboot`
- 重启设备到引导加载程序模式:
`adb reboot bootloader`
- 重启设备到恢复模式:
`adb reboot recovery`
- 重启设备到 fastboot 模式:
`adb reboot fastboot`