Skip to content

Commit

Permalink
Merge pull request #36 from FrzMtrsprt/add-2-10-3
Browse files Browse the repository at this point in the history
Add support for 2.10.3
  • Loading branch information
aliencaocao authored Sep 9, 2024
2 parents cc0e364 + 61dc4b6 commit 4279117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Written in pure Python, supports latest versions of NetEase Cloud Music. Current
目前支持版本/Currently supported versions:

* 2.7.1 build 198277(微软商店版本)/ (Microsoft Store version)
* 2.10.3 build 200221(微软商店版本)/ (Microsoft Store version)
* 2.10.5 build 200537(微软商店版本)/ (Microsoft Store version)
* 2.10.6 build 200601
* 2.10.7 build 200847
Expand Down
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

offsets = {
'2.7.1.1669': {'current': 0x8C8AF8, 'song_array': 0x8E9044},
'2.10.3.3613': {'current': 0xA39550, 'song_array': 0xAE8F80},
'2.10.5.3929': {'current': 0xA47548, 'song_array': 0xAF6FC8},
'2.10.6.3993': {'current': 0xA65568, 'song_array': 0xB15654},
'2.10.7.4239': {'current': 0xA66568, 'song_array': 0xB16974},
Expand Down

0 comments on commit 4279117

Please sign in to comment.