refactor: Action

This commit is contained in:
linyuchen
2024-02-12 21:54:58 +08:00
parent 2d5d1c69c1
commit 0a8e25c121
18 changed files with 122 additions and 263 deletions

View File

@@ -94,7 +94,7 @@ async function updateGroups(_groups: Group[]){
for(let group of _groups){
let existGroup = groups.find(g=>g.groupCode == group.groupCode)
if (!existGroup){
log("update group")
// log("update group")
let _membeers = await NTQQApi.getGroupMembers(group.groupCode)
if (_membeers){
group.members = _membeers