This commit is contained in:
Zel
2025-02-04 21:02:31 +08:00
parent 33fb0efd08
commit a2bbf56724
15 changed files with 16 additions and 16 deletions

View File

@@ -62,7 +62,7 @@
</div>
@if (sessionState.CanModerate == true || h.UserId == sessionState.Profile?.UserId)
{
<a href="?Delete=@h.Id" class="small text-danger text-decoration-none" onclick="return confirm('Are you sure you want to delete this comment?')">Delete</a>
<a href="?Delete=@h.Id" class="small text-danger text-decoration-none" onclick="return confirm('真的要删除吗?')">Delete</a>
}
</div>
</div>