🎨 Clean code

This commit is contained in:
Daniel 2025-08-26 21:16:15 +08:00
parent b5d47b9600
commit d445163b2f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -25,10 +25,9 @@ import (
"strings" "strings"
"time" "time"
"github.com/siyuan-note/siyuan/kernel/util"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"github.com/siyuan-note/siyuan/kernel/model" "github.com/siyuan-note/siyuan/kernel/model"
"github.com/siyuan-note/siyuan/kernel/util"
) )
type ColorScheme struct { type ColorScheme struct {