upd: redesign

This commit is contained in:
2026-02-14 10:58:53 +08:00
parent acacf9c125
commit 10212aa5de
7 changed files with 62 additions and 18 deletions

View File

@@ -78,11 +78,11 @@ export default function ProjectHome({ refreshing }: { refreshing: boolean }) {
<LabelStatus
size="default"
category={
data[index].status === 0 ? 'primary' :
data[index].status === 0 ? 'secondary' :
data[index].status === 1 ? 'warning' :
data[index].status === 2 ? 'success' :
data[index].status === 3 ? 'error' :
'primary'
'secondary'
}
text={
data[index].status === 0 ? 'SEGERA' :