refactor: align client state and ui with backend contract

This commit is contained in:
zetaloop
2026-05-03 05:40:01 +08:00
parent a3f0b49112
commit 0e7270aa8d
4 changed files with 51 additions and 9 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ export interface Post {
content: string
images: string[]
tags: string[]
linkedOrderId?: number
linkedOrderId?: SnowflakeId
pinned: boolean
likeCount: number
commentCount: number