ZeroBot-Plugin icon indicating copy to clipboard operation
ZeroBot-Plugin copied to clipboard

基于 ZeroBot 的 OneBot 插件

Results 49 ZeroBot-Plugin issues
Sort by recently updated
recently updated
newest added

## BUG ### 1.在注销牛牛前如果可以赎回牛牛,出售牛牛再注册牛牛可以再赎回原来的长度 ![Image](https://github.com/user-attachments/assets/3afb4f14-8f96-488b-ab2c-fe587e8c0034) ### 2.商店物品无法购买 ![Image](https://github.com/user-attachments/assets/95362bf6-66c1-4d8f-9e82-487e7c06d731) ## 功能建议 1.注册牛牛和注销牛牛应该需要成本,否则用户可能会疯狂反复注册牛牛导致刷屏 2.赎牛牛也应该需要成本

bug
help wanted

使用rpm包安装的v1.9.6版本,然后添加定时指令报错 ![Image](https://github.com/user-attachments/assets/5985d6ed-9e55-407c-9794-926d162dc1fd)

help wanted
question

鱼竿耐久用完之后会买不了鱼竿 并不提示 你尚未装备鱼竿,是否花费100购买鱼竿? 回答"是"或"否" 显示 请装备鱼竿后钓鱼 看了一下 无装备的情况下最多买三次100块的鱼竿 这个次数用完之后怎么再次获得鱼竿呢

bug
help wanted

ubuntu 22.04 amd64 编译成功但是运行不了 报错: ``` INFO[0000] [file]md5数据库已是最新 unexpected fault address 0xc000038658 fatal error: fault unexpected fault address 0xc000130240 fatal error: fault [signal SIGSEGV: segmentation violation code=0x2 addr=0xc000038658 pc=0xc000038658] goroutine...

help wanted
question

![image](https://github.com/user-attachments/assets/750aac8f-d342-47bd-b6b9-1ef41d5be90c)

bug
help wanted

很多插件的处理方式为 ```go if err != nil { ctx.SendChain(message.Text("ERROR: ", err)) return } ``` 在没有堆栈信息的时候不好调试错误,希望改为如下形式 ```go if err != nil { log.Error("",err) ctx.SendChain(message.Text("ERROR: ", err)) return } ```

enhancement
help wanted

错误信息 ERROR: Get "https://pic.re/image": dial tcp [2606:4700:3030::ac43:a14b]:443: connectex: A socket operation was attempted to an unreachable network. 本地环境无ipv6 经查询 贵项目使用的terasu库 https://github.com/fumiama/terasu/blob/541b84ca4a5f6ebd2732b556a9869dc011573ee7/dns/dns.go#L347 写死了dns和只查询ipv6地址 导致签到图片aifalse插件的图片在无ipv6的设备上无法加载 希望改进增加ipv4解析支持 谢谢😘😚😗😙

bug

签到成功,但签到图生成失败,请勿重复签到: Get "https://gitea.seku.su/fumiama/zbpdata/raw/branch/main/Font/regular-bold.ttf?inline=true": read tcp 172.16.0.14:58650->104.21.96.1:443: read: connection reset by peer

help wanted