From dbab0780fe034da5a9a480b405956f5852befab6 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Sun, 30 Jul 2023 15:45:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85=E8=AF=BE?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/course/index.tsx b/src/pages/course/index.tsx index 0dd8afc..a20404f 100644 --- a/src/pages/course/index.tsx +++ b/src/pages/course/index.tsx @@ -124,7 +124,7 @@ const CoursePage = () => { input.select(); if (document.execCommand("copy")) { document.execCommand("copy"); - Toast.show("下载链接已复制,请在浏览器中粘贴下载"); + Toast.show("请点击右上角···浏览器打开下载"); } document.body.removeChild(input); } else {