Skip to content

Commit

Permalink
🔖 Release v3.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Dec 11, 2024
1 parent fc307cb commit 26c3b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kernel/model/caldav.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ import (
"bytes"
"context"
"errors"
"github.com/siyuan-note/siyuan/kernel/util"
"os"
"path"
"strings"
"sync"

"github.com/siyuan-community/siyuan/kernel/util"

"github.com/88250/gulu"
"github.com/emersion/go-ical"
"github.com/emersion/go-webdav/caldav"
Expand Down
2 changes: 1 addition & 1 deletion kernel/search/mark.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/88250/gulu"
"github.com/88250/lute/lex"
"github.com/siyuan-note/siyuan/kernel/util"
"github.com/siyuan-community/siyuan/kernel/util"
)

func MarkText(text string, keyword string, beforeLen int, caseSensitive bool) (pos int, marked string) {
Expand Down

0 comments on commit 26c3b7f

Please sign in to comment.