From 4c563de2cf42d294298d9c7e91cace5efd776dd3 Mon Sep 17 00:00:00 2001 From: lanyeeee Date: Fri, 14 Aug 2026 04:45:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8E=B7=E5=8F=96=E5=BC=B9=E5=B9=95?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E6=97=B6=E4=BC=9A=E6=8F=90=E4=BE=9B=E6=9B=B4?= =?UTF-8?q?=E5=8F=8B=E5=A5=BD=E7=9A=84=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/downloader/tasks/danmaku_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/downloader/tasks/danmaku_task.rs b/src-tauri/src/downloader/tasks/danmaku_task.rs index 81d493c..fbe5a4c 100644 --- a/src-tauri/src/downloader/tasks/danmaku_task.rs +++ b/src-tauri/src/downloader/tasks/danmaku_task.rs @@ -67,7 +67,7 @@ impl DanmakuTask { let replies = bili_client .get_danmaku(progress.aid, progress.cid, progress.duration) .await - .wrap_err("获取弹幕失败")?; + .wrap_err("获取弹幕失败,请[继续]以重试。如果重试多次依旧失败,请在设置中取消勾选[下载弹幕]相关的所有选项")?; let xml = replies .to_xml(progress.cid)