Compare commits

..

1 Commits

Author SHA1 Message Date
5656565566 317257543d 🍻 publish adapter nonebot-adapter-claweixin (#3915) 2026-06-04 20:19:32 +08:00
7 changed files with 18 additions and 88 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
-1
View File
@@ -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 框架,可自定义替换、组合
+15
View File
@@ -383,4 +383,19 @@
],
"is_official": false
},
{
"module_name": "nonebot.adapters.claweixin",
"project_link": "nonebot-adapter-claweixin",
"name": "nonebot-adapter-claweixin",
"desc": "微信 clawbot 协议适配器",
"author_id": 56059687,
"homepage": "https://github.com/5656565566/nonebot-adapter-claweixin",
"tags": [
{
"label": "微信",
"color": "#53279f"
}
],
"is_official": false
},
]
-78
View File
@@ -10959,82 +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_mail",
"project_link": "nonebot-plugin-mail",
"author_id": 86997355,
"tags": [
{
"label": "邮件",
"color": "#ea5252"
},
{
"label": "AI",
"color": "#ea5252"
},
{
"label": "notion",
"color": "#ea5252"
}
],
"is_official": false
},
]
-6
View File
@@ -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,10 +21,6 @@ toc_max_heading_level: 2
### 🍻 插件发布
- 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))
@@ -54,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