mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-25 19:20:30 +08:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.type = ""
|
||
|
|
|
||
|
|
/**
|
||
|
|
* syslog
|
||
|
|
*/
|
||
|
|
this.syslogProtocol = "none"
|
||
|
|
})
|