From bb2b053fbda0bea4b7b723999d0346a11957d9a6 Mon Sep 17 00:00:00 2001 From: Krau <71133316+krau@users.noreply.github.com> Date: Sat, 17 Jan 2026 21:21:08 +0800 Subject: [PATCH] Update core/tasks/batchimport/execute.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- core/tasks/batchimport/execute.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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