mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 18:30:25 +08:00
Ln节点可以指定访问IP
This commit is contained in:
@@ -26,4 +26,12 @@ Tea.context(function () {
|
||||
this.updateClusters = function () {
|
||||
this.showClustersBox = !this.showClustersBox
|
||||
}
|
||||
|
||||
/**
|
||||
* 级别相关
|
||||
*/
|
||||
this.nodeLevel = this.node.level
|
||||
this.changeLevel = function (level) {
|
||||
this.nodeLevel = level
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user