v2 refacting

This commit is contained in:
simple321vip
2026-06-28 23:02:32 +08:00
parent 4da6832b44
commit 024f306636
14 changed files with 360 additions and 90 deletions
+8 -4
View File
@@ -19,11 +19,15 @@ type DataTimeline = {
message: string,
}
// 与后端 CalendarEventResponse 对齐(camelCase
type Event = {
reminder_date: string,
title: string,
info: string,
type: string[],
id?: number
customerId?: string
eventDate: string
title: string
eventInfo?: string
createdAt?: string
updatedAt?: string
}
interface Wiki {