Open
Conversation
Contributor
|
🚀 Deployed to https://deploy-preview-3865--nonebot2.netlify.app |
yanyongyu
reviewed
Feb 18, 2026
| :::warning 警告 | ||
| 如果你的插件只是满足自用需求,则完全可以选择**不发布插件**。发布插件**不是**使用插件的必要条件。 | ||
|
|
||
| NoneBot 社区对于插件有一定质量要求,对于不符合要求的插件,社区成员有权要求整改,直至符合要求后才能通过审核;如果长期未更新整改,社区有权关闭当前请求,之后如需发布请重新提交发布插件请求。相应的质量要求会在本章节介绍。 |
Member
There was a problem hiding this comment.
Suggested change
| NoneBot 社区对于插件有一定质量要求,对于不符合要求的插件,社区成员有权要求整改,直至符合要求后才能通过审核;如果长期未更新整改,社区有权关闭当前请求,之后如需发布请重新提交发布插件请求。相应的质量要求会在本章节介绍。 | |
| NoneBot 社区对于插件有一定质量要求,对于不符合要求的插件,社区成员将会要求修改,直至符合要求后才能通过审核;如果长期未更新整改,社区将会关闭当前请求,之后如需发布请重新提交发布插件请求。相应的要求会在本章节以下部分介绍。 |
|
|
||
| #### 不能零配置加载的插件 | ||
|
|
||
| 如果插件需要必要配置项才能正常导入,则**必须**在插件元数据中填写 `config` 字段,并且在商店提交表单中填写必要的配置项内容。 |
| # 发布必填。 | ||
|
|
||
| config=Config, | ||
| # 插件配置项类,如无需配置可不填写。 |
|
|
||
| ## 质量要求 | ||
|
|
||
| 以下内容**强烈建议**完成,否则社区成员有权要求整改: |
Member
There was a problem hiding this comment.
Suggested change
| 以下内容**强烈建议**完成,否则社区成员有权要求整改: | |
| 以下内容**强烈建议**完成,否则社区成员将会要求修改: |
|
|
||
| NoneBot 是一个异步框架,插件中**禁止**使用任何可能阻塞事件循环的同步操作,例如: | ||
| - 同步 HTTP 请求(如 `requests` 库); | ||
| - 同步文件操作(如 `open()` 函数); |
| ) | ||
| ``` | ||
|
|
||
| ## 质量要求 |
Member
There was a problem hiding this comment.
漏了个 localstore 数据/缓存/配置文件存储路径要求
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3824