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

@@ -1,10 +1,11 @@
package ncm
import (
"go.uber.org/zap"
"strings"
"unlock-music.dev/cli/algo/common"
"go.uber.org/zap"
"git.um-react.app/um/cli/algo/common"
)
type ncmMeta interface {
@@ -43,7 +44,6 @@ func (m *ncmMetaMusic) GetAlbumImageURL() string {
return m.AlbumPic
}
func (m *ncmMetaMusic) GetArtists() []string {
m.logger.Debug("ncm artists raw", zap.Any("artists", m.Artist))
var artists []string