Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin: 卡bin查询 #3323

Open
1 task
Maizi-G opened this issue Feb 22, 2025 · 6 comments · May be fixed by #3324
Open
1 task

Plugin: 卡bin查询 #3323

Maizi-G opened this issue Feb 22, 2025 · 6 comments · May be fixed by #3324
Labels
Plugin Publish Plugin Publish Publish things to store

Comments

@Maizi-G
Copy link

Maizi-G commented Feb 22, 2025

PyPI 项目名

nonebot-plugin-binsearch

插件 import 包名

nonebot_plugin_binsearch

标签

[{"label":"BankCard","color":"#37efff"},{"label":"Bin","color":"#37ff7b"}]

插件配置项

bin_api_key="12345aba6"

插件测试

  • 如需重新运行插件测试,请勾选左侧勾选框
@Maizi-G Maizi-G added Plugin Publish Plugin Publish Publish things to store labels Feb 22, 2025
@noneflow
Copy link
Contributor

noneflow bot commented Feb 22, 2025

📃 商店发布检查结果

Plugin: 卡bin查询

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

详情
  • ✅ 项目 主页 返回状态码 200。
  • ✅ 项目 nonebot-plugin-binsearch 已发布至 PyPI。
  • ✅ 标签: BankCard-#37efff, Bin-#37ff7b。
  • ✅ 插件类型: application。
  • ✅ 插件支持的适配器: nonebot.adapters.onebot.v11。
  • ✅ 插件 加载测试 通过。
  • ✅ 版本号: 1.3.2。
  • ✅ 发布时间:2025-02-26 12:42:03 CST。

  • 💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。
    💡 当插件加载测试失败时,请发布新版本后勾选插件测试勾选框重新运行插件测试。

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

    💪 Powered by NoneFlow

    @KomoriDev
    Copy link
    Contributor

    KomoriDev commented Feb 22, 2025

    貌似定义了两次 Config ,在 __init__.py 导入 config.pyConfig 就行,不需要重复声明

    @KomoriDev
    Copy link
    Contributor

    以及你的插件貌似只支持 OneBot V11,但是 PluginMetaData 未填写 supported_adapters

    last but not least,请使用异步 httpx 代替 requests

    @noneflow noneflow bot changed the title Plugin: nonebot-plugin-binsearch Plugin: 卡bin查询 Feb 22, 2025
    noneflow bot pushed a commit that referenced this issue Feb 22, 2025
    @noneflow noneflow bot linked a pull request Feb 22, 2025 that will close this issue
    @Maizi-G
    Copy link
    Author

    Maizi-G commented Feb 22, 2025

    以及你的插件貌似只支持 OneBot V11,但是 PluginMetaData 未填写 supported_adapters

    last but not least,请使用异步 httpx 代替 requests

    好的我已经完成了修改

    noneflow bot pushed a commit that referenced this issue Feb 23, 2025
    noneflow bot pushed a commit that referenced this issue Feb 23, 2025
    @yanyongyu
    Copy link
    Member

    httpx 依赖限制版本过低,请提高上限。pydantic 版本限制错误,请删除或复制nb的版本限制。

    noneflow bot pushed a commit that referenced this issue Feb 25, 2025
    noneflow bot pushed a commit that referenced this issue Feb 25, 2025
    @Maizi-G
    Copy link
    Author

    Maizi-G commented Feb 26, 2025

    修改了

    @noneflow noneflow bot changed the title Plugin: 卡bin查询 Plugin: nonebot-plugin-binsearch Feb 26, 2025
    @noneflow noneflow bot changed the title Plugin: nonebot-plugin-binsearch Plugin: 卡bin查询 Feb 26, 2025
    noneflow bot pushed a commit that referenced this issue Feb 26, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Plugin Publish Plugin Publish Publish things to store
    Development

    Successfully merging a pull request may close this issue.

    3 participants