记忆系统实现 (#29)

*  添加记忆系统

* 🎨 black优化格式

* 🐛 删除apscheduler

*  将记忆插件转换为插件形式
This commit is contained in:
XuChenXu
2024-12-17 22:56:57 +08:00
committed by GitHub
parent b331a209c3
commit 9cca629b87
10 changed files with 187 additions and 40 deletions

View File

@ -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"]