fix styles
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"pub": "envision deploy ./dist -k me-dnake-docs -v 0.0.2 -u",
|
||||
"pub": "envision deploy ./dist -k me-dnake-docs -v 0.0.2 -u -y yes",
|
||||
"sn": "pnpm dlx shadcn@latest add "
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
## ADB
|
||||
---
|
||||
title: "ADB 命令文档"
|
||||
description: "Android Debug Bridge 常用命令和使用说明"
|
||||
layout: ../layouts/MDXPost.astro
|
||||
---
|
||||
|
||||
# ADB 命令文档
|
||||
|
||||
这是关于 Android Debug Bridge 的文档。
|
||||
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# iptables
|
||||
---
|
||||
title: "网络配置文档"
|
||||
description: "IP地址配置、iptables路由规则和网络安全设置"
|
||||
layout: ../layouts/MDXPost.astro
|
||||
---
|
||||
|
||||
# 网络配置文档
|
||||
|
||||
## 提示词
|
||||
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# ip地址
|
||||
---
|
||||
title: "设备网络配置"
|
||||
description: "Dnake设备网络地址配置和ADB连接管理"
|
||||
layout: ../layouts/MDXPost.astro
|
||||
---
|
||||
|
||||
# 设备网络配置
|
||||
|
||||
## dnake的设备信息
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Python 代码示例"
|
||||
description: "SIP 消息发送和 FastAPI 服务示例"
|
||||
layout: ../layouts/MDXPost.astro
|
||||
---
|
||||
|
||||
# python 代码示例
|
||||
|
||||
Reference in New Issue
Block a user