data-collector fixed

This commit is contained in:
2025-06-21 08:46:45 +08:00
parent 2e6603e29a
commit b52a9befee
28 changed files with 4097 additions and 57 deletions

BIN
docs/dist/images/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

25
docs/dist/images/placeholder.md vendored Normal file
View File

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