diff --git a/core/tasks/batchimport/execute.go b/core/tasks/batchimport/execute.go index deb0b2a..6782c7f 100644 --- a/core/tasks/batchimport/execute.go +++ b/core/tasks/batchimport/execute.go @@ -82,7 +82,7 @@ func (t *Task) processElement(ctx context.Context, elem TaskElement) error { } defer reader.Close() - // 构造 Telegram 存储路径: // + // Build Telegram storage path: // storagePath := fmt.Sprintf("/%d/%s", elem.TargetChatID, elem.FileInfo.Name) // 注入文件大小到 context