From c903dcb46c77fcf20f726fdcf395999638d8a2ef Mon Sep 17 00:00:00 2001 From: yezian Date: Sat, 4 Jan 2025 11:11:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E4=BF=AE=E6=94=B9=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/noticeDetail/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/noticeDetail/page.js b/app/noticeDetail/page.js index 43c9c72..aa1bcb2 100644 --- a/app/noticeDetail/page.js +++ b/app/noticeDetail/page.js @@ -114,7 +114,7 @@ export default function Space() { const handleReadAll = () => { const showMobal = Dialog.show({ title: "提示", - content:
确定要清楚所有未读消息吗?
, + content:
是否确认清除所有未读消息?
, bodyStyle: { maxHeight: "none", width: "80vw",