mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-03 11:01:22 +08:00
style: format code with consistent spacing and line breaks
This commit is contained in:
@@ -11,7 +11,11 @@ interface UsageFooterProps {
|
||||
usageEnabled: boolean; // 是否启用了用量查询
|
||||
}
|
||||
|
||||
const UsageFooter: React.FC<UsageFooterProps> = ({ providerId, appId, usageEnabled }) => {
|
||||
const UsageFooter: React.FC<UsageFooterProps> = ({
|
||||
providerId,
|
||||
appId,
|
||||
usageEnabled,
|
||||
}) => {
|
||||
const { t } = useTranslation();
|
||||
const {
|
||||
data: usage,
|
||||
|
||||
Reference in New Issue
Block a user