feat: 优化了统计信息数据结构

This commit is contained in:
Soulter
2024-05-25 17:47:41 +08:00
parent 8da4433e57
commit 52c9045a28
12 changed files with 95 additions and 32 deletions
+1
View File
@@ -73,6 +73,7 @@ class Command:
else:
raise TypeError("插件返回值格式错误。")
if hit:
plugin.trig()
logger.debug("hit plugin: " + plugin.metadata.plugin_name)
return True, res
except TypeError as e: