Ju4tCode

Results 108 comments of Ju4tCode

如果你可能使用一个插件就需要声明依赖,哪怕不使用

你需要在 inherit 前声明依赖

In my case, I have already provided the data-color-mode and theme info in the html tag attribute. You can see the static html file [here](https://github.com/cscs181/QQ-GitHub-Bot/blob/a998fa414a6cff2c21d8d07c11d37ac4ceb371bb/src/plugins/github/libs/renderer/templates/main.html.jinja#L10-L52). I didn't make any changes...

你插件的依赖nb版本过于古老。你的插件配置项读取方式不正确,请参考文档 配置 章节,并在插件元数据内添加配置。

插件元数据缺少支持的适配器。插件内请勿使用requests进行同步网络请求,请使用 httpx 或者 aiohttp 进行异步请求。数据库存储可以考虑使用 orm 插件或者使用 localstore 插件存放文件。

你的插件不是依赖ob适配器的吗,支持的适配器请填写ob。

@QuickLAW 记得更新