refactor: restrict kgg db support to Windows only

This commit is contained in:
鲁树人
2025-09-06 23:48:21 +09:00
parent 9b0455b0fd
commit 4671143030
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
//go:build !windows
package pc_kugou_db
func CachedDumpEKey(dbPath string) (map[string]string, error) {
return nil, nil
}