更新若干功能
This commit is contained in:
23
models.go
23
models.go
@@ -29,3 +29,26 @@ type LogEntry = model.LogEntry
|
||||
type AppSettings = model.AppSettings
|
||||
type Dashboard = model.Dashboard
|
||||
type TaskEvent = model.TaskEvent
|
||||
type GitFileHotspot = model.GitFileHotspot
|
||||
type LogPage = model.LogPage
|
||||
type BatchSummary = model.BatchSummary
|
||||
type FilePreview = model.FilePreview
|
||||
type Todo = model.Todo
|
||||
type Ticket = model.Ticket
|
||||
type Note = model.Note
|
||||
type Message = model.Message
|
||||
type SyncConfig = model.SyncConfig
|
||||
type FileStorageConfig = model.FileStorageConfig
|
||||
type ServerFile = model.ServerFile
|
||||
type ServerFileList = model.ServerFileList
|
||||
type SyncStatus = model.SyncStatus
|
||||
type AIConversation = model.AIConversation
|
||||
type AIMessage = model.AIMessage
|
||||
type AISummary = model.AISummary
|
||||
type AvatarPick = model.AvatarPick
|
||||
type SearchHit = model.SearchHit
|
||||
type FestivalImage = model.FestivalImage
|
||||
type LaunchApp = model.LaunchApp
|
||||
type LaunchEntry = model.LaunchEntry
|
||||
type LaunchSuggest = model.LaunchSuggest
|
||||
type CloneInput = model.CloneInput
|
||||
|
||||
Reference in New Issue
Block a user