Moraxyc
Moraxyc
**Describe the solution you'd like** E站提供了图片搜索功能,希望整合入ehpanda
如题
[Qexo](https://github.com/Qexo/Qexo) [文档地址](https://www.oplog.cn/qexo/) 抄leancloud代码来改的,本地测试过,应该没问题
建议加入对mcl http api的支持(ws api也行),防止重复造轮子现象的出现,以便统一管理Mirai QQ机器人
In TestGetStorageVirtualFilesByPath() and TestGetBalancedStorage(), setupStorages() was being called twice, leading to a "UNIQUE constraint failed" error.
run `go mod vendor`, error message: ``` > github.com/swaggo/swag: missing go.sum entry for module providing package github.com/swaggo/swag (imported by github.com/mrusme/journalist/docs); to add: > go get github.com/mrusme/journalist/docs ```
`bilix/sites/yhdmp/api.py`依赖了`PyExecJS`,根据其作者发布的[声明](https://gist.github.com/doloopwhile/8c6ec7dd4703e8a44e559411cb2ea221)及[仓库已归档](https://github.com/doloopwhile/PyExecJS)的情况来看,`PyExecJS`已不再维护。 为了`bilix`的可维护性和可持续性,建议移除该依赖,或者换用其他积极维护的js2py库
根据Pypi显示的信息来看,[bs4](https://pypi.org/project/bs4)为[beautifulsoup4](https://pypi.org/project/beautifulsoup4)的虚包,我们应该避免引用该包而是直接使用其本身
distutils has been removed since python 3.12