chore: draft model downloading

This commit is contained in:
jialin
2025-11-03 10:14:30 +08:00
parent ab9f9a9679
commit 2dab89363d
22 changed files with 157 additions and 62 deletions
+1
View File
@@ -33,6 +33,7 @@
.cell-header {
font-weight: var(--font-weight-medium);
font-size: 13px;
}
&.light {
+1 -1
View File
@@ -73,4 +73,4 @@ const SimpleTabel: React.FC<SimpleTableProps> = (props) => {
);
};
export default React.memo(SimpleTabel);
export default SimpleTabel;
@@ -12,6 +12,7 @@ const TagWrapper = styled(Tag)`
font-size: 12px;
height: 22px;
opacity: 0.7;
margin: 0;
`;
const ThemeTag: React.FC<TagProps & { opacity?: number }> = ({