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