mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
fe846b4f59
commit
6ee275195e
8 changed files with 55 additions and 45 deletions
|
|
@ -131,3 +131,11 @@ export const hotKey2Electron = (key: string) => {
|
|||
}
|
||||
return electronKey + key.substr(key.length - 1);
|
||||
};
|
||||
|
||||
export const setLocalStorage = () => {
|
||||
|
||||
}
|
||||
|
||||
export const exportLocalStorage = () => {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue