mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-13 08:02:36 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dae234f6f1 |
@@ -56,7 +56,7 @@ jobs:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v7
|
||||
uses: codecov/codecov-action@v6
|
||||
with:
|
||||
env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION
|
||||
files: ./tests/coverage.xml
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
|
||||
|
||||
- name: Deploy to Netlify
|
||||
uses: nwtgck/actions-netlify@v4
|
||||
uses: nwtgck/actions-netlify@v3
|
||||
with:
|
||||
publish-dir: "./website/build"
|
||||
production-deploy: true
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- name: Deploy to Netlify
|
||||
id: deploy
|
||||
uses: nwtgck/actions-netlify@v4
|
||||
uses: nwtgck/actions-netlify@v3
|
||||
with:
|
||||
publish-dir: ./website/build
|
||||
production-deploy: false
|
||||
|
||||
@@ -141,7 +141,6 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架
|
||||
| EFChat([仓库](https://github.com/molanp/nonebot_adapter_efchat),[协议](https://irinu-live.melon.fish/efc-help/)) | ↗️ | 恒五聊平台协议,由社区贡献 |
|
||||
| VoceChat ([仓库](https://github.com/5656565566/nonebot-adapter-vocechat),[协议](https://doc.voce.chat/zh-cn/bot/bot-and-webhook)) | ↗️ | VoceChat 平台协议,由社区贡献 |
|
||||
| B站直播间([仓库](https://github.com/MingxuanGame/nonebot-adapter-bilibili-live),[Web API 协议](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/live),[开放平台协议](https://open-live.bilibili.com/document)) | ↗️ | B站直播间(Web API/开放平台)协议,由社区贡献 |
|
||||
| Matrix ([仓库](https://github.com/elysia-best/adapter-matrix),[协议](https://spec.matrix.org/v1.18/)) | ↗️ | Matrix 协议,由社区贡献 |
|
||||
|
||||
- 坚实后盾:支持多种 web 框架,可自定义替换、组合
|
||||
|
||||
|
||||
@@ -383,4 +383,19 @@
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot.adapters.wechatclaw",
|
||||
"project_link": "nonebot-adapter-wechatclaw",
|
||||
"name": "WeChatClaw",
|
||||
"desc": "通过 微信ClawBot 连接微信",
|
||||
"author_id": 99632363,
|
||||
"homepage": "https://github.com/Decrabbityyy/adapter-wechatclaw",
|
||||
"tags": [
|
||||
{
|
||||
"label": "微信",
|
||||
"color": "#ea5252"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
]
|
||||
|
||||
@@ -10959,78 +10959,4 @@
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_just_enough_katakanas",
|
||||
"project_link": "nonebot-plugin-just-enough-katakanas",
|
||||
"author_id": 122146865,
|
||||
"tags": [],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_class_schedule",
|
||||
"project_link": "nonebot-plugin-class-schedule",
|
||||
"author_id": 141488560,
|
||||
"tags": [
|
||||
{
|
||||
"label": "课程表",
|
||||
"color": "#1eb5f6"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_ret2shell",
|
||||
"project_link": "nonebot-plugin-ret2shell",
|
||||
"author_id": 53389305,
|
||||
"tags": [],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_uptimekuma",
|
||||
"project_link": "nonebot-plugin-uptimekuma",
|
||||
"author_id": 51957264,
|
||||
"tags": [
|
||||
{
|
||||
"label": "UptimeKuma",
|
||||
"color": "#e04c4c"
|
||||
},
|
||||
{
|
||||
"label": "监控",
|
||||
"color": "#76dc39"
|
||||
},
|
||||
{
|
||||
"label": "server",
|
||||
"color": "#96f9b7"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_depsafe",
|
||||
"project_link": "nonebot-plugin-depsafe",
|
||||
"author_id": 208776160,
|
||||
"tags": [
|
||||
{
|
||||
"label": "security",
|
||||
"color": "#ea5252"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_astra_bot",
|
||||
"project_link": "nonebot-plugin-astra-bot",
|
||||
"author_id": 197712452,
|
||||
"tags": [
|
||||
{
|
||||
"label": "ChatBot",
|
||||
"color": "#ea5252"
|
||||
},
|
||||
{
|
||||
"label": "OneBot V11",
|
||||
"color": "#4bcb55"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
]
|
||||
|
||||
@@ -13,7 +13,6 @@ toc_max_heading_level: 2
|
||||
|
||||
### 📝 文档
|
||||
|
||||
- Docs: 添加 Matrix 适配器至 README [@elysia-best](https://github.com/elysia-best) ([#4045](https://github.com/nonebot/nonebot2/pull/4045))
|
||||
- Docs: 添加 WxClaw 适配器 [@shoucandanghehe](https://github.com/shoucandanghehe) ([#4032](https://github.com/nonebot/nonebot2/pull/4032))
|
||||
|
||||
### 💫 杂项
|
||||
@@ -22,11 +21,6 @@ toc_max_heading_level: 2
|
||||
|
||||
### 🍻 插件发布
|
||||
|
||||
- Plugin: 开源依赖安全助手 [@noneflow](https://github.com/noneflow) ([#4044](https://github.com/nonebot/nonebot2/pull/4044))
|
||||
- Plugin: Uptime Kuma [@noneflow](https://github.com/noneflow) ([#4042](https://github.com/nonebot/nonebot2/pull/4042))
|
||||
- Plugin: Ret 2 Shell 播报与查询 [@noneflow](https://github.com/noneflow) ([#4009](https://github.com/nonebot/nonebot2/pull/4009))
|
||||
- Plugin: 课程表插件 [@noneflow](https://github.com/noneflow) ([#4029](https://github.com/nonebot/nonebot2/pull/4029))
|
||||
- Plugin: Just Enough Katakanas [@noneflow](https://github.com/noneflow) ([#4039](https://github.com/nonebot/nonebot2/pull/4039))
|
||||
- Plugin: 群热度统计 [@noneflow](https://github.com/noneflow) ([#4017](https://github.com/nonebot/nonebot2/pull/4017))
|
||||
- Plugin: Permission [@noneflow](https://github.com/noneflow) ([#4022](https://github.com/nonebot/nonebot2/pull/4022))
|
||||
- Plugin: 舞萌排行榜 [@noneflow](https://github.com/noneflow) ([#4013](https://github.com/nonebot/nonebot2/pull/4013))
|
||||
@@ -55,7 +49,6 @@ toc_max_heading_level: 2
|
||||
|
||||
### 🍻 适配器发布
|
||||
|
||||
- Adapter: Matrix [@noneflow](https://github.com/noneflow) ([#4037](https://github.com/nonebot/nonebot2/pull/4037))
|
||||
- Adapter: WxClaw [@noneflow](https://github.com/noneflow) ([#3944](https://github.com/nonebot/nonebot2/pull/3944))
|
||||
|
||||
## v2.5.0
|
||||
|
||||
Reference in New Issue
Block a user