mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
81df07598d
commit
fef57e49ca
3 changed files with 455 additions and 305 deletions
|
|
@ -155,7 +155,7 @@ func initWorkspaceDirMobile(workspaceBaseDir string) {
|
|||
os.Setenv("TMP", osTmpDir)
|
||||
DBPath = filepath.Join(TempDir, DBName)
|
||||
HistoryDBPath = filepath.Join(TempDir, "history.db")
|
||||
BlockTreePath = filepath.Join(TempDir, "blocktree.msgpack")
|
||||
BlockTreePath = filepath.Join(TempDir, "blocktree")
|
||||
SnippetsPath = filepath.Join(DataDir, "snippets")
|
||||
|
||||
AppearancePath = filepath.Join(ConfDir, "appearance")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue