From 11bb8862097a76fc613d998eb9f39dfb5e227e01 Mon Sep 17 00:00:00 2001
From: hzm <934585316@qq.com>
Date: Mon, 9 Mar 2026 22:52:53 +0800
Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=85=AC?=
=?UTF-8?q?=E5=91=8A=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/components/Announcement.jsx | 8 +++++++-
app/components/WeChatModal.jsx | 1 -
app/globals.css | 9 ++++++++-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/app/components/Announcement.jsx b/app/components/Announcement.jsx
index 95a2569..91ae2a2 100644
--- a/app/components/Announcement.jsx
+++ b/app/components/Announcement.jsx
@@ -79,7 +79,13 @@ export default function Announcement() {
1. 二次确认弹框层级问题修复。
2. 净值列新增日期。
3. 重发微信用户支持群二维码(底部提交反馈处)。
- 注:用户支持群禁止讨论基金及金融买卖相关内容。
+
+
+ ⚠️ 注:用户支持群禁止讨论基金及金融买卖相关内容。
+
diff --git a/app/components/WeChatModal.jsx b/app/components/WeChatModal.jsx
index 544078c..65c6e0c 100644
--- a/app/components/WeChatModal.jsx
+++ b/app/components/WeChatModal.jsx
@@ -36,7 +36,6 @@ export default function WeChatModal({ onClose }) {
setShowPendingList(true)}
>
⚠️ 入群须知:禁止讨论和基金买卖以及投资的有关内容,可反馈软件相关需求和问题。
diff --git a/app/globals.css b/app/globals.css
index ed828d2..f5d263d 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -2221,7 +2221,7 @@ input[type="number"] {
border-radius: 8px;
padding: 8px 12px;
font-size: 12px;
- color: #e6a23c;
+ color: #b45309;
display: flex;
justify-content: space-between;
align-items: center;
@@ -2310,6 +2310,13 @@ input[type="number"] {
color: #b45309;
}
+/* 亮色主题:TradeModal */
+[data-theme="light"] .trade-pending-alert {
+ background: rgba(217, 119, 6, 0.12);
+ border-color: rgba(217, 119, 6, 0.35);
+ color: #b45309;
+}
+
[data-theme="light"] .trade-modal .trade-pending-header {
background: rgba(255, 255, 255, 0.98);
border-bottom-color: var(--border);