This commit is contained in:
Zyronon
2025-12-10 02:10:26 +08:00
parent bb3c7affed
commit bdad26ef96

View File

@@ -10,7 +10,7 @@ interface IProps {
showCheckbox?: boolean
checked?: boolean
showProgress?: boolean
isUser?: boolean
isUser?: boolean //是否是用户的词典
}
const props = withDefaults(defineProps<IProps>(), {