chore: audio file .m4a support

This commit is contained in:
jialin
2025-01-09 14:11:26 +08:00
parent fb9d2d99d4
commit 08f9029bf8
7 changed files with 20 additions and 31 deletions
@@ -1,5 +1,5 @@
import breakpoints from '@/config/breakpoints';
import { Col, Row, Spin } from 'antd';
import { Col, FloatButton, Row, Spin } from 'antd';
import ResizeObserver from 'rc-resize-observer';
import React, { useCallback } from 'react';
import { CatalogItem as CatalogItemType } from '../config/types';
@@ -80,6 +80,7 @@ const CatalogList: React.FC<CatalogListProps> = (props) => {
)}
</div>
</ResizeObserver>
<FloatButton.BackTop visibilityHeight={1000} />
</div>
);
};