mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-15 21:20:25 +08:00
记录和显示最近常用的服务
This commit is contained in:
@@ -37,4 +37,13 @@ Tea.context(function () {
|
||||
})
|
||||
})
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* 最近使用
|
||||
*/
|
||||
this.latestVisible = false
|
||||
|
||||
this.showLatest = function () {
|
||||
this.latestVisible = !this.latestVisible
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user