Vanessa 2023-08-13 00:23:13 +08:00
parent b753630c20
commit 0db3699960
4 changed files with 156 additions and 11 deletions

View file

@ -154,7 +154,13 @@ export const getLocalStorage = (cb: () => void) => {
row: "",
layout: 0,
method: 0,
types: [".txt", ".md", ".docx", ".xlsx", ".pptx"],
types: {
".txt": true,
".md": true,
".docx": true,
".xlsx": true,
".pptx": true,
},
sort: 0,
k: "",
};