fix(docs): typo in docker.md & napcat.md (#6048)

* Fix wording in admin ID configuration instructions

* Update docker.md
This commit is contained in:
莫思潋
2026-03-12 00:30:31 +08:00
committed by GitHub
parent 304094630c
commit 25830524f3
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -73,9 +73,10 @@ sudo docker run -itd -p 6185:6185 -p 6199:6199 -v $PWD/data:/AstrBot/data -v /et
> ```
>
> (感谢 DaoCloud ❤️)
>
> Windows 下不需要加 sudo,下同
> Windows 同步 Host Time(需要WSL2
>
Windows 同步 Host Time(需要WSL2
```
-v \\wsl.localhost\(your-wsl-os)\etc\timezone:/etc/timezone:ro
+1 -1
View File
@@ -96,7 +96,7 @@ docker logs napcat
### 配置管理员
填写完毕后,进入 `配置文件` 页,点击 `平台配置` 选项卡,找到 `管理员 ID`,填写你的账号(不是机器人的账号)。
填写完毕后,进入 `配置文件` 页,点击 `平台配置` 选项卡,找到 `管理员 ID`,填写你的账号(不是机器人的账号)。
切记点击右下角 `保存`AstrBot 重启并会应用配置。