feat!: (WIP) switched back to using config files config storages because the conversation handling is shit

This commit is contained in:
krau
2025-02-19 11:05:30 +08:00
parent 80696c9661
commit 692e970772
24 changed files with 584 additions and 645 deletions

View File

@@ -39,7 +39,7 @@ type Task struct {
Error error
Status TaskStatus
File *File
StorageID uint
StorageName string
StoragePath string
StartTime time.Time