update
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
---
|
||||
title: 'ADB 文档'
|
||||
description: 'Android Debug Bridge 使用指南'
|
||||
---
|
||||
|
||||
## ADB
|
||||
|
||||
这是关于 Android Debug Bridge 的文档。
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
连接 `192.168.3.1` 查看 设备的ip地址信息
|
||||
|
||||
```sh
|
||||
# 开放 5555 端口
|
||||
|
||||
adb tcpip 5555
|
||||
|
||||
# 链接地址dnake
|
||||
adb connect 192.168.3.3:5555
|
||||
|
||||
|
||||
7
docs/src/pages/posts/post-1.mdx
Normal file
7
docs/src/pages/posts/post-1.mdx
Normal file
@@ -0,0 +1,7 @@
|
||||
import '../../styles/global.css';
|
||||
|
||||
export const title = '我的第一篇 MDX 博客'
|
||||
|
||||
# {title}
|
||||
|
||||
<div class='bg-red-200'>sdf</div>
|
||||
Reference in New Issue
Block a user