博客评论添加ip及地址

This commit is contained in:
2025-06-08 22:00:02 +08:00
parent e0b80ea422
commit 2698d5f133
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;
}