记录和显示最近常用的集群

This commit is contained in:
GoEdgeLab
2021-05-03 11:32:59 +08:00
parent 6ead9a6496
commit 8698f302d5
6 changed files with 49 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
Tea.context(function () {
this.latestVisible = false
this.showLatest = function () {
this.latestVisible = !this.latestVisible
}
})