From 0c83405bbd713ad2d3d7ff598da85245cd7daec3 Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 26 May 2026 18:00:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E6=A1=88=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constant/local.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constant/local.js b/src/constant/local.js index 3cd1365..160dc09 100644 --- a/src/constant/local.js +++ b/src/constant/local.js @@ -8,7 +8,7 @@ export const chatInputPlaceholder = () => { export const chatGuideSubTitle = () => { if (currentClientType() === ClientType.XIAOQI) { - return "这里什么都没有哦"; + return "陪您畅玩小七孔"; } - return "陪您畅玩小七孔"; + return "这里什么都没有哦"; } \ No newline at end of file