mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-31 08:59:51 +00:00
记忆系统实现 (#29)
* ✨ 添加记忆系统 * 🎨 black优化格式 * 🐛 删除apscheduler * ✨ 将记忆插件转换为插件形式
This commit is contained in:
@ -9,7 +9,7 @@ authors = [
|
||||
{ name="LiteyukiStudio", email = "support@liteyuki.icu"}
|
||||
]
|
||||
dependencies = [
|
||||
"nonebot2>=2.2.0",
|
||||
"nonebot2>=2.4.0",
|
||||
"nonebot-plugin-alconna>=0.48.0",
|
||||
"nonebot-plugin-localstore>=0.7.1",
|
||||
"zhDatetime>=1.1.1",
|
||||
@ -76,3 +76,6 @@ dev = [
|
||||
test = [
|
||||
"nonebug>=0.4.3",
|
||||
]
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["E402"]
|
||||
|
Reference in New Issue
Block a user