Git Product home page Git Product logo

Comments (6)

noneflow avatar noneflow commented on July 18, 2024 1

📃 商店发布检查结果

Plugin: 绝地潜兵信息查询小助手

✅ 所有测试通过,一切准备就绪!

详情
  • ✅ 项目 nonebot-plugin-helldivers 已发布至 PyPI。
  • ✅ 项目 主页 返回状态码 200。
  • ✅ 标签: helldivers-#ffd700。
  • ✅ 插件类型: application。
  • ✅ 插件支持的适配器: nonebot.adapters.feishu, nonebot.adapters.kaiheila, nonebot.adapters.onebot.v11, nonebot.adapters.onebot.v12, nonebot.adapters.qq, nonebot.adapters.red, nonebot.adapters.telegram。
  • ✅ 插件 加载测试 通过。

  • 💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。
    💡 当插件加载测试失败时,请发布新版本后在当前页面下评论任意内容以触发测试。

    ♻️ 评论已更新至最新检查结果

    💪 Powered by NoneFlow

    from nonebot2.

    SherkeyXD avatar SherkeyXD commented on July 18, 2024 1

    updated

    from nonebot2.

    RF-Tar-Railt avatar RF-Tar-Railt commented on July 18, 2024 1

    第一,你的插件可以移除onebotv11的依赖,因为你并没有依赖ob特有的api

    第三,关于回复以及发图,你可以使用 alc插件或者saa插件。教程:https://nonebot.dev/docs/next/best-practice/alconna/uniseg#%E9%80%9A%E7%94%A8%E6%B6%88%E6%81%AF%E5%BA%8F%E5%88%97

    示例:

    from nonebot_plugin_alconna import UniMessage
    
    ...
    async def _():
        msg = UniMessage.image(path=xxx)
        await msg.send(reply_to=True)

    from nonebot2.

    SherkeyXD avatar SherkeyXD commented on July 18, 2024 1

    Updated.

    以及为什么只有一和三,二呢(

    from nonebot2.

    RF-Tar-Railt avatar RF-Tar-Railt commented on July 18, 2024 1

    因为用了saa的缘故,你的插件元数据内支持的适配器那一项应当继承 saa:使用 nb 提供的 inherit_supported_adapters 方法继承支持的适配器

    示例:

    from nonebot.plugin import inherit_supported_adapters
    
    supported_adapters=inherit_supported_adapters("nonebot_plugin_saa")

    from nonebot2.

    SherkeyXD avatar SherkeyXD commented on July 18, 2024 1

    Updated

    from nonebot2.

    Related Issues (20)

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. 📊📈🎉

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google ❤️ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.