[日志审计]增加删除、清理和别的一些设置

This commit is contained in:
GoEdgeLab
2020-12-02 20:31:42 +08:00
parent ee999435e4
commit 68baf8ee60
28 changed files with 485 additions and 78 deletions

View File

@@ -0,0 +1,6 @@
Tea.context(function () {
this.cleanType = "all"
this.days = 30
this.success = NotifyReloadSuccess("清理完成")
})