refactor: some field name in strategy status

This commit is contained in:
AkaraChen
2025-01-07 09:30:35 +08:00
parent 61d2f70927
commit 15f3e46c49
6 changed files with 115 additions and 11 deletions

View File

@ -1,10 +1,11 @@
import type { ReactNode } from 'react'
import { memo } from 'react'
import cn from '@/utils/classnames'
type BadgeProps = {
className?: string
text?: string
children?: React.ReactNode
text?: ReactNode
children?: ReactNode
uppercase?: boolean
hasRedCornerMark?: boolean
}