feat: 状态优化完成
This commit is contained in:
@@ -713,7 +713,7 @@ export default function DeviceDetail() {
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="font-medium truncate">{account.nickname}</div>
|
||||
<span className={`px-2 py-1 text-xs rounded-full ${
|
||||
account.wechatAlive === 1
|
||||
account.wechatAliveText === '正常'
|
||||
? "bg-green-100 text-green-700"
|
||||
: "bg-red-100 text-red-700"
|
||||
}`}>
|
||||
|
||||
Reference in New Issue
Block a user