docs: add product usage and operations guides

This commit is contained in:
2026-07-25 23:23:56 +08:00
parent 32e0969ca1
commit 099e05fb56
80 changed files with 7887 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 图片目录
将您的图片文件放在这个目录中。
支持的格式:
- PNG
- JPG/JPEG
- SVG
- WebP
- GIF
## 使用方式
在 Markdown 中引用图片:
```markdown
![图片描述](/images/your-image.png)
```
在配置文件中使用:
```yaml
site:
logo: "/images/logo.png"
```