This commit is contained in:
薇薇安 2026-01-22 22:08:32 +08:00
parent c581174747
commit e7efc5e8fa

View File

@ -883,7 +883,7 @@ const ConfigPanel = () => {
{currentAccountMeta && currentAccountMeta.status === 'active' ? ( {currentAccountMeta && currentAccountMeta.status === 'active' ? (
<div className="system-section"> <div className="system-section">
<div className="system-header"> <div className="system-header">
<h3>我的交易进程当前账号 #{accountId}</h3> <h3>我的交易进程当前账号 #{accountId}{currentAccountMeta}</h3>
<div className="system-status"> <div className="system-status">
<span className={`system-status-badge ${accountTradingStatus?.running ? 'running' : 'stopped'}`}> <span className={`system-status-badge ${accountTradingStatus?.running ? 'running' : 'stopped'}`}>
{accountTradingStatus?.running ? '运行中' : '未运行/未知'} {accountTradingStatus?.running ? '运行中' : '未运行/未知'}