2021-06-23 13:12:33 +08:00
|
|
|
Tea.context(function () {
|
2024-04-13 16:45:32 +08:00
|
|
|
this.type = "ip"
|
2021-06-23 13:12:33 +08:00
|
|
|
this.eventLevel = (this.listType == "white") ? "debug" : "critical"
|
2021-08-26 10:28:52 +08:00
|
|
|
this.method = "single"
|
2021-06-23 13:12:33 +08:00
|
|
|
})
|