Update README.md

This commit is contained in:
linyuchen
2024-03-04 23:56:00 +08:00
committed by GitHub
parent cf423972ab
commit b672a47d4e

View File

@@ -34,9 +34,9 @@ wget -O fastboot.sh https://cdn.jsdelivr.net/gh/MliKiowa/llonebot-docker/fastboo
``` ```
├── plugins ├── plugins
│ ├── LLOneBot │ ├── LLOneBot
│ │ └── main.js │ │ └── main/
│ │ └── preload.js │ │ └── preload/
│ │ └── renderer.js │ │ └── renderer/
│ │ └── manifest.json │ │ └── manifest.json
│ │ └── node_modules/... │ │ └── node_modules/...
``` ```