mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-27 19:23:02 +00:00
refactor: restrict kgg db support to Windows only
This commit is contained in:
7
algo/kgm/pc_kugou_db/cipher_default.go
Normal file
7
algo/kgm/pc_kugou_db/cipher_default.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !windows
|
||||
|
||||
package pc_kugou_db
|
||||
|
||||
func CachedDumpEKey(dbPath string) (map[string]string, error) {
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user