mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-17 23:07:26 +00:00
• Imported Semi-UI `Empty` component. • Detect when `dataSource` is empty on mobile card view: – Renders supplied `empty` placeholder (`tableProps.empty`) or a default `<Empty description="No Data" />`. – Suppresses the mobile `Pagination` component to avoid blank pages. • Pagination now renders only when `dataSource.length > 0`, preserving UX parity with desktop tables.