33 | 下载该加密文件的 JOOX 应用所记录的设备唯一识别码。
34 |
35 | 参见:
36 |
39 | 获取设备 UUID · unlock-music/joox-crypto Wiki。
41 |
68 | 为了节省您设备的资源,请在确定前充分检查,避免反复修改。
69 | 直接关闭此对话框不会保留所作的更改。
70 |
{{ scope.row.title }}
13 | 14 |{{ scope.row.artist }}
18 | 19 |{{ scope.row.album }}
23 | 24 |number
类型或纯数字组成的字符串)
31 | * @returns Promise
32 | */
33 | export async function extractQQMusicMeta(
34 | musicBlob: Blob,
35 | name: string,
36 | ext: string,
37 | id?: number | string,
38 | ): Promise