博客评论添加ip及地址

This commit is contained in:
2025-06-08 22:00:02 +08:00
parent bff23ebf90
commit 3bdf97ec7b
3 changed files with 7 additions and 6 deletions

View File

@@ -8,4 +8,5 @@ export interface BlogComment {
deletedAt: string | null;
parentId: string | null;
user: User | null;
address: string;
}