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

This commit is contained in:
刘祥超
2021-05-03 11:32:59 +08:00
parent df5c1262d2
commit 19a2af8bfa
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
}
})