mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 数据历史文档和资源文件支持分页和搜索 https://github.com/siyuan-note/siyuan/issues/4901
This commit is contained in:
parent
61f7f717f7
commit
f69798f91e
3 changed files with 30 additions and 21 deletions
|
|
@ -34,6 +34,7 @@ func main() {
|
|||
go server.Serve(false)
|
||||
model.InitAppearance()
|
||||
sql.InitDatabase(false)
|
||||
sql.InitHistoryDatabase(false)
|
||||
sql.SetCaseSensitive(model.Conf.Search.CaseSensitive)
|
||||
|
||||
model.SyncData(true, false, false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue