mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 10:10:28 +08:00
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
Tea.context(function () {
|
|
let addr = window.parent.UPDATING_ADDR
|
|
this.protocol = addr.protocol
|
|
this.addr = addr.host.quoteIP() + ":" + addr.portRange
|
|
}) |