This commit is contained in:
2025-07-25 16:18:33 +08:00
parent c09cbc3f01
commit a4c6140ed5
50 changed files with 2249 additions and 1599 deletions
+1
View File
@@ -22,6 +22,7 @@ export interface RegisterRequest {
export interface UserInfo {
id: string
account: string
username?: string
nickname?: string
avatar?: string
phone?: string
+2
View File
@@ -25,6 +25,7 @@ export interface ChatMessage {
export interface ChatSession {
id: string
title: string
userId?: string
createTime: string
updateTime: string
messageCount: number
@@ -45,6 +46,7 @@ export interface DiaryEntry {
export interface PersonalInfo {
id: string
userId: string
nickname?: string
age?: number
gender?: string
location?: string