mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
b753630c20
commit
0db3699960
4 changed files with 156 additions and 11 deletions
|
|
@ -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: "",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue