fix styles

This commit is contained in:
2025-11-30 13:11:53 +08:00
parent ecca716c83
commit 449e4e0eef
5 changed files with 23 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "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 " "sn": "pnpm dlx shadcn@latest add "
}, },
"keywords": [], "keywords": [],

View File

@@ -1,4 +1,10 @@
## ADB ---
title: "ADB 命令文档"
description: "Android Debug Bridge 常用命令和使用说明"
layout: ../layouts/MDXPost.astro
---
# ADB 命令文档
这是关于 Android Debug Bridge 的文档。 这是关于 Android Debug Bridge 的文档。

View File

@@ -1,4 +1,10 @@
# iptables ---
title: "网络配置文档"
description: "IP地址配置、iptables路由规则和网络安全设置"
layout: ../layouts/MDXPost.astro
---
# 网络配置文档
## 提示词 ## 提示词

View File

@@ -1,4 +1,10 @@
# ip地址 ---
title: "设备网络配置"
description: "Dnake设备网络地址配置和ADB连接管理"
layout: ../layouts/MDXPost.astro
---
# 设备网络配置
## dnake的设备信息 ## dnake的设备信息

View File

@@ -1,6 +1,7 @@
--- ---
title: "Python 代码示例" title: "Python 代码示例"
description: "SIP 消息发送和 FastAPI 服务示例" description: "SIP 消息发送和 FastAPI 服务示例"
layout: ../layouts/MDXPost.astro
--- ---
# python 代码示例 # python 代码示例