From eea4f1a2d64ca6b35630fd1e853a6bafa267cd65 Mon Sep 17 00:00:00 2001 From: xdragon <283824437@qq.com> Date: Thu, 5 Sep 2024 15:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=8F=90=E7=A4=BA=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=96=87=E6=A1=A3=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/index.ts b/src/static/js/index.ts index c9cb7e456..deb8b8634 100644 --- a/src/static/js/index.ts +++ b/src/static/js/index.ts @@ -46,7 +46,7 @@ $(() => { if (padname.length > 0) { window.location.href = `p/${encodeURIComponent(padname.trim())}`; } else { - alert('Please enter a name'); + alert('请示输入一个文档名称'); } return false; });