fix: fix the preference problem,close #8, close #9

This commit is contained in:
vince
2024-07-04 22:14:51 +08:00
parent 51f682a726
commit 53d37ee882
14 changed files with 77 additions and 314 deletions

View File

@@ -16,7 +16,7 @@ interface Props {
}
const props = withDefaults(defineProps<Props>(), {
showHome: true,
showHome: false,
showIcon: false,
type: 'normal',
});