nonebot_plugin_PicMenu
nonebot_plugin_PicMenu copied to clipboard
为插件提供可视化的帮助菜单
Results
15
nonebot_plugin_PicMenu issues
Sort by
recently updated
recently updated
newest added
建议如题 menu_config的存放位置(./data/menu_config) 字体的默认路径(./data/menu_config/fonts/xx.otf)
随机背景
2
从本地img文件夹中随机拿取一张图片作为菜单的背景,同时减少它的透明度保证字的清晰程度。不过我还没有想好如果菜单太长应该怎么添加图片,添加两张?
如题 Pillow版本10.4.0
``` 'FreeTypeFont' object has no attribute 'getsize' ``` Pillow版本10删除了getsize,导致发送菜单报错。 解决方案: ``` pip install Pillow==9.5 ```