feat 云盘文件删除插件

This commit is contained in:
thsrite
2023-10-26 13:38:48 +08:00
parent 6415fd9286
commit 7bb6d448ed
3 changed files with 455 additions and 0 deletions

View File

@ -50,6 +50,9 @@ class EventType(Enum):
CloudFlareSpeedTest = "cloudflare.speedtest"
# 站点自动登录更新Cookie、Ua
SiteLogin = "site.login"
# 网盘删除
NetworkDiskDel = "networkdisk.del"
# 系统配置Key字典
class SystemConfigKey(Enum):