+
+ 添加进度
+
{accountSummary.statistics.todayAdded}/{accountSummary.statistics.addLimit}
-
-
- 根据当前账号权重({accountSummary.accountWeight.scope}分),每日最多可添加{" "}
-
{accountSummary.statistics.addLimit.toLocaleString()}{" "}
+
+ 根据当前账号权重 ({accountSummary.accountWeight.scope}分),每日最多可添加{" "}
+ {accountSummary.statistics.addLimit.toLocaleString()}{" "}
个好友
@@ -630,32 +660,53 @@ export default function WechatAccountDetail() {
)}
{/* 限制记录 */}
- {accountSummary && accountSummary.restrictions.length > 0 && (
-
+ {accountSummary && (
+
-
- 限制记录
-
-
-
-
- {accountSummary.restrictions.slice(0, 2).map((record) => (
-
-
-
- {record.reason}
-
- {formatDateTime(record.date)}
-
+
+
- ))}
+
限制记录
+
+ {accountSummary.restrictions.length > 0 && (
+
+ )}
+ {accountSummary.restrictions.length > 0 ? (
+
+ {accountSummary.restrictions.slice(0, 2).map((record) => (
+
+
+
+ {record.reason}
+
+
+ {formatDateTime(record.date)}
+
+
+
+ 限制时间:{formatDateTime(record.date)}
+
+
+ ))}
+
+ ) : (
+
+
+
+
+
+
暂无风险记录
+
请继续保持良好的使用习惯
+
+
+ )}
)}