feat: 微信群弹框增加入群须知描述

This commit is contained in:
hzm
2026-03-09 21:00:28 +08:00
parent 750e72823b
commit 9516a4f874
2 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ export default function WeChatModal({ onClose }) {
<CloseIcon width="20" height="20" />
</button>
</div>
<div
className="trade-pending-alert"
onClick={() => setShowPendingList(true)}
>
<span> 入群须知禁止讨论和基金买卖以及投资的有关内容可反馈软件相关需求和问题</span>
</div>
<div style={{ display: 'flex', justifyContent: 'center' }}>
<Image
src={weChatGroupImg}

View File

@@ -4198,6 +4198,7 @@ export default function HomePage() {
<ConfirmModal
title="确认登出"
message="确定要退出当前账号吗?"
icon={<LogoutIcon width="20" height="20" className="shrink-0 text-[var(--danger)]" />}
confirmText="确认登出"
onConfirm={() => {
setLogoutConfirmOpen(false);