first commit

This commit is contained in:
2025-06-12 19:37:54 +08:00
parent bb2eb010f7
commit 1c6093fa9a
87 changed files with 18432 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# 图片目录
将您的图片文件放在这个目录中。
支持的格式:
- PNG
- JPG/JPEG
- SVG
- WebP
- GIF
## 使用方式
在 Markdown 中引用图片:
```markdown
![图片描述](/images/your-image.png)
```
在配置文件中使用:
```yaml
site:
logo: "/images/logo.png"
```