This commit is contained in:
yezian 2024-04-16 22:09:32 +08:00
commit e30902e6d0
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ const ContactContent = (props) => {
</span>
)}
{item.name}
<span className="text-white font-bold bg-green-400 px-2 rounded-lg">
ID:{item.user_id}
</span>
</p>
<p className="text-gray-400 text-sm">
{item.contents[0].message}