feat(conf): 向配置文件添加内容

This commit is contained in:
2026-05-01 21:26:33 +08:00
parent f4eba61365
commit 26ee46bb7b
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
name = "Webhook Plugin"
version = "0.1.1"
main = "plugin.py"
author = "zhilv"
description = "将发消息的接口代理出来"
entry_class = "WebHookPlugin"
pip_dependencies = []
[dependencies]

View File