feat: 文案对齐

This commit is contained in:
2026-05-26 18:00:40 +08:00
parent e8bafa0a70
commit 0c83405bbd

View File

@@ -8,7 +8,7 @@ export const chatInputPlaceholder = () => {
export const chatGuideSubTitle = () => {
if (currentClientType() === ClientType.XIAOQI) {
return "这里什么都没有哦";
return "陪您畅玩小七孔";
}
return "陪您畅玩小七孔";
return "这里什么都没有哦";
}