新增本地持久化存储

This commit is contained in:
zyj
2025-11-22 17:48:04 +08:00
parent 62b5a3f9bc
commit ec3fc77403
6 changed files with 470 additions and 0 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/go-rod/stealth v0.4.9
github.com/mattn/go-sqlite3 v1.14.32
github.com/wailsapp/wails/v3 v3.0.0-alpha.27
go.etcd.io/bbolt v1.4.3
gopkg.in/yaml.v3 v3.0.1
)