chore: list-type的提示

This commit is contained in:
dap
2025-03-31 10:26:06 +08:00
parent 825c2837ea
commit bc9e3a50e1
2 changed files with 6 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export function useFileType() {
value: str,
}));
const currentFileListType = ref<(typeof fileListTypes)[number]>('text');
const currentFileListType = ref<(typeof fileListTypes)[number]>('picture');
return {
fileListOptions,