实现通过直播间获取furry等

用户信息新增直播间房间号字段

能用了,但不是很好用
This commit is contained in:
2022-12-25 18:06:03 +08:00
parent 511d889557
commit 4f44e60168
24 changed files with 2919 additions and 783 deletions

View File

@@ -27,8 +27,9 @@ type Database struct {
}
type SpiderCore struct {
Host string `toml:"host" default:"localhost"`
Port uint16 `toml:"port" default:"9996"`
Host string `toml:"host" default:"localhost"`
Port uint16 `toml:"port" default:"9996"`
BiliCookie string `toml:"bili_cookie"`
}
var (