mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
cb85bb8080
commit
a708969984
2 changed files with 24 additions and 40 deletions
|
|
@ -154,7 +154,7 @@ export const getLocalStorage = (cb: () => void) => {
|
|||
rowTab: "",
|
||||
layoutTab: 0
|
||||
};
|
||||
defaultStorage[Constants.LOCAL_PDFTHEME] = {light: "light", dark: "dark"};
|
||||
defaultStorage[Constants.LOCAL_PDFTHEME] = {light: "light", dark: "dark", annoColor: "var(--b3-pdf-background1)"};
|
||||
defaultStorage[Constants.LOCAL_BAZAAR] = {
|
||||
theme: "0",
|
||||
template: "0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue