feat: 实现网页浏览功能

This commit is contained in:
lixiangwuxian
2024-10-13 04:52:39 +08:00
parent 115d83ff28
commit d084a62815
6 changed files with 185 additions and 0 deletions

View File

@@ -1,2 +1,12 @@
# qq_bot
# build
```shell
go mod tidy
go build
```
# run
```shell
./qq_bot
```