fix: 修复评论删除问题

This commit is contained in:
2025-10-14 15:12:04 +08:00
parent d2e051f93a
commit 56fd71f266
2 changed files with 16 additions and 14 deletions

View File

@@ -10,6 +10,7 @@ export interface UserInfo {
id: number
nickname: string
avatar_url: string
province: string
}
export type BaseComment<T = {}> = {