Git Product home page Git Product logo

Comments (30)

Hoshinonyaruko avatar Hoshinonyaruko commented on June 21, 2024 4

你好

from nonebot2.

noneflow avatar noneflow commented on June 21, 2024 2

📃 商店发布检查结果

Plugin: AnyMate小助手

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

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

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

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

    💪 Powered by NoneFlow

    from nonebot2.

    RF-Tar-Railt avatar RF-Tar-Railt commented on June 21, 2024 2

    你的插件有发布到github上吗

    from nonebot2.

    XTxiaoting14332 avatar XTxiaoting14332 commented on June 21, 2024 2

    pypi上发布新版本后评论就可以触发

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 2

    你这 插件配置项 怎么编辑了个表格出来?

    感觉空着也是空着,我就把readme里的搬过来了。是有规范要求吗

    插件配置项 内的参数是 noneflow 在插件测试时使用的。你的配置若是可选项的话可以不用填(

    原来如此,我悟了

    from nonebot2.

    yanyongyu avatar yanyongyu commented on June 21, 2024 2

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

    from nonebot2.

    yanyongyu avatar yanyongyu commented on June 21, 2024 2

    @QuickLAW 记得更新

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    你的插件有发布到github上吗

    刚发

    from nonebot2.

    RF-Tar-Railt avatar RF-Tar-Railt commented on June 21, 2024 1

    第一,你的config = Config.parse_obj这段属于旧写法。请使用

    from nonebot import get_plugin_config
    
    config = get_plugin_config(Config)

    第二,建议把文件夹命名为nonebot_plugin_anymate,gh仓库名字为
    nonebot-plugin-anymate

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    第一,你的config = Config.parse_obj这段属于旧写法。请使用

    from nonebot import get_plugin_config
    
    config = get_plugin_config(Config)

    第二,建议把文件夹命名为nonebot_plugin_anymate,gh仓库名字为 nonebot-plugin-anymate

    我们明白了,十分感谢

    from nonebot2.

    yzyyz1387 avatar yzyyz1387 commented on June 21, 2024 1

    你们还有团队啊,膜

    from nonebot2.

    afterow avatar afterow commented on June 21, 2024 1

    可以参考 https://github.com/A-kirami/nonebot-plugin-template 你的说明文件不是md格式的

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    可以参考 https://github.com/A-kirami/nonebot-plugin-template 你的说明文件不是md格式的

    十分感谢,我去看看

    from nonebot2.

    XTxiaoting14332 avatar XTxiaoting14332 commented on June 21, 2024 1

    请在依赖中加上nonebot2

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    请在依赖中加上nonebot2

    好,我懂了

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    触发测试是,评论吗

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    触发测试是,评论吗

    QAQ

    from nonebot2.

    RF-Tar-Railt avatar RF-Tar-Railt commented on June 21, 2024 1

    第一,你的config = Config.parse_obj这段属于旧写法。请使用

    from nonebot import get_plugin_config
    
    config = get_plugin_config(Config)

    第二,建议把文件夹命名为nonebot_plugin_anymate,gh仓库名字为
    nonebot-plugin-anymate

    你any_config也照着这里改

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    第一,你的config = Config.parse_obj这段属于旧写法。请使用

    from nonebot import get_plugin_config
    
    config = get_plugin_config(Config)

    第二,建议把文件夹命名为nonebot_plugin_anymate,gh仓库名字为
    nonebot-plugin-anymate

    你any_config也照着这里改

    改好了,只是发错文件了(((φ(◎ロ◎;)φ)))

    from nonebot2.

    KomoriDev avatar KomoriDev commented on June 21, 2024 1

    你这 插件配置项 怎么编辑了个表格出来?

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    你这 插件配置项 怎么编辑了个表格出来?

    感觉空着也是空着,我就把readme里的搬过来了。是有规范要求吗

    from nonebot2.

    KomoriDev avatar KomoriDev commented on June 21, 2024 1

    你这 插件配置项 怎么编辑了个表格出来?

    感觉空着也是空着,我就把readme里的搬过来了。是有规范要求吗

    插件配置项 内的参数是 noneflow 在插件测试时使用的。你的配置若是可选项的话可以不用填(

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    现在是,等等就行了吗

    from nonebot2.

    KomoriDev avatar KomoriDev commented on June 21, 2024 1

    现在是,等等就行了吗

    是的

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

    现在是,等等就行了吗

    是的

    好的谢谢

    from nonebot2.

    yanyongyu avatar yanyongyu commented on June 21, 2024 1

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

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024 1

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

    谢谢,稍微修改了一下

    from nonebot2.

    RF-Tar-Railt avatar RF-Tar-Railt commented on June 21, 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(raw=xxx)
        await msg.send()

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 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(raw=xxx)
        await msg.send()

    明白了,过几天更新一下,加点功能

    from nonebot2.

    QuickLAW avatar QuickLAW commented on June 21, 2024

    你们还有团队啊,膜

    QWQ,没有得,怎么说呢,只是有些渊源

    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.