mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
优化ui
This commit is contained in:
6
src/types/electron.d.ts
vendored
6
src/types/electron.d.ts
vendored
@@ -352,6 +352,12 @@ export interface ElectronAPI {
|
||||
isSentByMe: boolean
|
||||
senderUsername?: string
|
||||
} | null
|
||||
firstChatMessages?: Array<{
|
||||
content: string
|
||||
isSentByMe: boolean
|
||||
createTime: number
|
||||
createTimeStr: string
|
||||
}>
|
||||
yearFirstChat?: {
|
||||
createTime: number
|
||||
createTimeStr: string
|
||||
|
||||
Reference in New Issue
Block a user