feat: windows app update

This commit is contained in:
Simon Ding
2025-04-29 18:54:56 +08:00
parent 3a73d0c33e
commit 5375f66018
14 changed files with 63 additions and 25 deletions

7
pkg/utils/dir_other.go Normal file
View File

@@ -0,0 +1,7 @@
//go:build !lib
package utils
func GetUserDataDir() string {
return "./data"
}