chore: rename project namespace

This commit is contained in:
鲁树人
2025-09-06 23:50:08 +09:00
parent 4671143030
commit 00fefc1297
21 changed files with 47 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"io"
"unlock-music.dev/cli/algo/common"
"git.um-react.app/um/cli/algo/common"
)
type Decoder struct {

View File

@@ -4,7 +4,7 @@ import (
"crypto/md5"
"fmt"
"unlock-music.dev/cli/algo/common"
"git.um-react.app/um/cli/algo/common"
)
// kgmCryptoV3 is kgm file crypto v3

View File

@@ -3,9 +3,9 @@ package kgm
import (
"fmt"
"unlock-music.dev/cli/algo/common"
"unlock-music.dev/cli/algo/kgm/pc_kugou_db"
"unlock-music.dev/cli/algo/qmc"
"git.um-react.app/um/cli/algo/common"
"git.um-react.app/um/cli/algo/kgm/pc_kugou_db"
"git.um-react.app/um/cli/algo/qmc"
)
func newKgmCryptoV5(header *header, kggDatabasePath string) (common.StreamDecoder, error) {