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: 群聊配置 #3310

Open
1 task
USTC-XeF2 opened this issue Feb 14, 2025 · 4 comments · May be fixed by #3311
Open
1 task

Plugin: 群聊配置 #3310

USTC-XeF2 opened this issue Feb 14, 2025 · 4 comments · May be fixed by #3311
Labels
Plugin Publish Plugin Publish Publish things to store

Comments

@USTC-XeF2
Copy link

USTC-XeF2 commented Feb 14, 2025

PyPI 项目名

nonebot-plugin-group-config

插件 import 包名

nonebot_plugin_group_config

标签

[{"label":"QQGroup","color":"#ea5252"}]

插件配置项

GROUP_CONFIG_FORMAT=group-{}.json
GROUP_CONFIG_ENABLE_COMMAND=true

插件测试

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

noneflow bot commented Feb 14, 2025

📃 商店发布检查结果

Plugin: 群聊配置

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

详情
  • ✅ 项目 主页 返回状态码 200。
  • ✅ 项目 nonebot-plugin-group-config 已发布至 PyPI。
  • ✅ 标签: QQGroup-#ea5252。
  • ✅ 插件类型: library。
  • ✅ 插件支持的适配器: 所有。
  • ✅ 插件 加载测试 通过。
  • ✅ 版本号: 0.1.2。
  • ✅ 发布时间:2025-02-15 00:18:59 CST。

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

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

    💪 Powered by NoneFlow

    @noneflow noneflow bot changed the title Plugin: nonebot-plugin-group-config Plugin: 群聊配置 Feb 14, 2025
    @MingxuanGame
    Copy link
    Contributor

    • 你的插件未 require nonebot-plugin-uninfo

    • 插件禁止在机器人目录直接读写数据,请使用 localstore 插件保存数据

    noneflow bot pushed a commit that referenced this issue Feb 14, 2025
    @noneflow noneflow bot linked a pull request Feb 14, 2025 that will close this issue
    @USTC-XeF2
    Copy link
    Author

    USTC-XeF2 commented Feb 14, 2025

    • 你的插件未 require nonebot-plugin-uninfo
    • 插件禁止在机器人目录直接读写数据,请使用 localstore 插件保存数据

    我发现了第一点,现在已经重新提交了,但 localstore 插件是必需的吗(我要求用户在env中自行配置存储),或者我可以增加默认存储路径为 localstore 的路径?

    noneflow bot pushed a commit that referenced this issue Feb 14, 2025
    @USTC-XeF2
    Copy link
    Author

    • 你的插件未 require nonebot-plugin-uninfo
    • 插件禁止在机器人目录直接读写数据,请使用 localstore 插件保存数据

    我现在改为了使用 localstore 存储数据,但是我的数据是以会话为文件进行储存的,现在的储存方式不是很适合后期扩展,大佬看看可以如何改进?

    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.

    2 participants