🎨 Warn users about potential performance issues when running on non-SSD drives https://github.com/siyuan-note/siyuan/issues/16835

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-15 20:55:00 +08:00
parent 94ae418708
commit 2df2f2eb3a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
18 changed files with 82 additions and 18 deletions

View file

@ -41,6 +41,7 @@ require (
github.com/gorilla/css v1.0.1
github.com/gorilla/websocket v1.5.3
github.com/imroc/req/v3 v3.57.0
github.com/jaypipes/ghw v0.21.2
github.com/jinzhu/copier v0.4.0
github.com/json-iterator/go v1.1.12
github.com/klippa-app/go-pdfium v1.17.2
@ -58,7 +59,7 @@ require (
github.com/sashabaranov/go-openai v1.41.2
github.com/shirou/gopsutil/v4 v4.25.12
github.com/siyuan-note/dataparser v0.0.0-20260115084335-b57cb8bc7c17
github.com/siyuan-note/dejavu v0.0.0-20260115094723-6e0b1a18fe74
github.com/siyuan-note/dejavu v0.0.0-20260115100906-6ced11ea86cd
github.com/siyuan-note/encryption v0.0.0-20251120032857-3ddc3c2cc49f
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97
github.com/siyuan-note/filelock v0.0.0-20251212095217-08318833e008
@ -143,6 +144,7 @@ require (
github.com/hhrutter/tiff v1.0.2 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/icholy/digest v1.1.0 // indirect
github.com/jaypipes/pcidb v1.1.1 // indirect
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
github.com/jolestar/go-commons-pool/v2 v2.1.2 // indirect
github.com/juju/errors v1.0.0 // indirect
@ -189,6 +191,7 @@ require (
golang.org/x/tools v0.40.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
howett.net/plist v1.0.2-0.20250314012144-ee69052608d9 // indirect
modernc.org/fileutil v1.3.40 // indirect
)