forchannot
Results
72
comments of
forchannot
你可以暂时先自己按照我提交的部分更改,就是在https://github.com/monsterxcn/nonebot-plugin-gspanel/blob/5f615ff1e0faa52f306fbeec612192f6260c40df/nonebot_plugin_gspanel/data_convert.py#L507 后面加上 ```python if not isinstance(dmgDetail, dict): continue ``` 先临时解决,我不清楚这样的解决方案是否最佳,不过能解决你目前的问题。发版问题得等repo owner @monsterxcn 决定
如果有好的建议可以欢迎[pr](https://github.com/forchannot/nonebot_plugin_rename?tab=readme-ov-file#pr%E9%9C%80%E7%9F%A5),自定义这块的话并没有什么好的想法,因为如果需要固定的不如手工修改,随机的话也需要api无法简单的通过自定义实现