fix: filter non-normal gguf files

This commit is contained in:
jialin
2025-08-14 11:03:55 +08:00
parent ccfdb99348
commit d6dce4021d
12 changed files with 107 additions and 51 deletions
@@ -15,9 +15,13 @@ const useStyles = createStyles(({ token, css }) => ({
padding: 0 8px;
&:hover {
color: ${token.colorTextTertiary};
.anticon {
color: ${token.colorTextTertiary};
}
}
.anticon {
font-size: 16px;
color: ${token.colorText};
}
.icon-auto {
font-size: 20px;