Compare commits

..

1 Commits

Author SHA1 Message Date
lanxinmob
c365ae9afb 🍻 publish plugin nonebot-plugin-memory (#3700) 2025-10-09 10:42:26 +08:00
2 changed files with 7 additions and 12 deletions

View File

@@ -9797,21 +9797,17 @@
"is_official": false "is_official": false
}, },
{ {
"module_name": "nonebot-plugin-msglogger", "module_name": "nonebot_plugin_memory",
"project_link": "nonebot-plugin-msglogger", "project_link": "nonebot-plugin-memory",
"author_id": 71204348, "author_id": 175703143,
"tags": [ "tags": [
{ {
"label": "消息记录", "label": "log",
"color": "#ea5252" "color": "#336daf"
}, },
{ {
"label": "图片存储", "label": "func",
"color": "#5c59ea" "color": "#5bd0a2"
},
{
"label": "群聊消息保存",
"color": "#32e319"
} }
], ],
"is_official": false "is_official": false

View File

@@ -29,7 +29,6 @@ toc_max_heading_level: 2
### 🍻 插件发布 ### 🍻 插件发布
- Plugin: kook卡片消息编写适配插件 [@noneflow](https://github.com/noneflow) ([#3708](https://github.com/nonebot/nonebot2/pull/3708))
- Plugin: 链接分享自动解析 [@noneflow](https://github.com/noneflow) ([#3706](https://github.com/nonebot/nonebot2/pull/3706)) - Plugin: 链接分享自动解析 [@noneflow](https://github.com/noneflow) ([#3706](https://github.com/nonebot/nonebot2/pull/3706))
- Plugin: 怪物猎人集会码插件 [@noneflow](https://github.com/noneflow) ([#3684](https://github.com/nonebot/nonebot2/pull/3684)) - Plugin: 怪物猎人集会码插件 [@noneflow](https://github.com/noneflow) ([#3684](https://github.com/nonebot/nonebot2/pull/3684))
- Plugin: nonebot-plugin-htmlkit [@noneflow](https://github.com/noneflow) ([#3695](https://github.com/nonebot/nonebot2/pull/3695)) - Plugin: nonebot-plugin-htmlkit [@noneflow](https://github.com/noneflow) ([#3695](https://github.com/nonebot/nonebot2/pull/3695))