mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +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
|
|
}) |