update new version

This commit is contained in:
Admin 2025-09-11 09:36:26 +07:00
parent 0f1582e1ee
commit 279e1a1785
2 changed files with 4 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,13 +34,6 @@ export class TeamsChatService {
) as HTMLImageElement[];
}
console.log({
el,
data_time: (el as any).date_time,
text: (el.querySelector('[data-tid="overlay-count-text"]') as any)
?.innerText,
});
return sharedImages; // Luôn trả về array (có thể rỗng)
}