IP名单增加未读数、按未读筛选等操作

This commit is contained in:
刘祥超
2022-01-08 16:48:45 +08:00
parent 3981308083
commit 361979411e
14 changed files with 105 additions and 8 deletions

View File

@@ -20,4 +20,11 @@ Tea.context(function () {
.refresh()
})
}
this.readAllItems = function () {
this.$post(".readAll")
.success(function () {
teaweb.reload()
})
}
})