fix fix fix

This commit is contained in:
2026-03-25 21:19:58 +08:00
parent b63c00d251
commit 0d168c9046
10 changed files with 91 additions and 68 deletions

View File

@@ -9,9 +9,9 @@ interface Message {
}
const MOCK_MESSAGES: Message[] = [
{ id: '1', title: '系统通知', content: '欢迎使用 RNPay绑定钱包开始使用。', time: '10:00' },
{ id: '2', title: '代理连接', content: '代理服务已成功连接到服务器。', time: '10:05' },
{ id: '3', title: '绑定提醒', content: '您有钱包待绑定,请前往首页操作。', time: '10:10' },
{ id: '1', title: 'System Notification', content: 'Welcome to RNPay. Bind a wallet to get started.', time: '10:00' },
{ id: '2', title: 'Proxy Connected', content: 'Proxy service connected to server successfully.', time: '10:05' },
{ id: '3', title: 'Bind Reminder', content: 'You have wallets pending setup. Go to Home to bind them.', time: '10:10' },
];
export default class MessageScreen extends Component {