mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 06:40:25 +08:00
5 lines
147 B
JavaScript
5 lines
147 B
JavaScript
Tea.context(function () {
|
|
this.type = "ipv4"
|
|
this.eventLevel = (this.listType == "white") ? "debug" : "critical"
|
|
this.method = "single"
|
|
}) |