feat(*): 添加测试项目代码

This commit is contained in:
2026-05-01 21:22:57 +08:00
commit f4eba61365
15 changed files with 1599 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "ncatbot-demo"
version = "0.1.0"
description = "NcatBot webhook plugin receive external messages and forward to QQ"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ncatbot5>=5.5.2.post3",
"aiohttp>=3.9",
]