mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 19:53:01 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4bfefd0a6 | ||
|
|
b1aa3bacdf | ||
|
|
6ec434f6b1 |
10
CHANGELOG.md
10
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.2.16] - 2025-09-09
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update RegEx used to extract UDID in plist.
|
||||||
|
|
||||||
|
## [v0.2.15] - 2025-09-09
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support MMKV dump in QQMusic Mac 10.x (AppStore version).
|
||||||
|
|
||||||
## [v0.2.14] - 2025-09-08
|
## [v0.2.14] - 2025-09-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import (
|
|||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _RE_UDID_V10 = regexp.MustCompile(`_\x10\(([0-9a-f]{40})_`)
|
var _RE_UDID_V10 = regexp.MustCompile(`_\x10\(([0-9a-f]{40})`)
|
||||||
|
|
||||||
type QQMusicMacV10 struct {
|
type QQMusicMacV10 struct {
|
||||||
logger *zap.Logger
|
logger *zap.Logger
|
||||||
|
|||||||
Reference in New Issue
Block a user