update new version
This commit is contained in:
parent
0f1582e1ee
commit
279e1a1785
File diff suppressed because one or more lines are too long
|
|
@ -34,13 +34,6 @@ export class TeamsChatService {
|
||||||
) as HTMLImageElement[];
|
) 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)
|
return sharedImages; // Luôn trả về array (có thể rỗng)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue