更新描述
parent
9dc9d3b1b7
commit
e675f7ac06
|
@ -1,3 +1,4 @@
|
|||
// https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/module/lyric.js
|
||||
import { httpFetch } from '../../request'
|
||||
import { linuxapi } from './utils/crypto'
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/util/crypto.js
|
||||
|
||||
import { createCipheriv, publicEncrypt, constants, randomBytes } from 'crypto'
|
||||
const iv = Buffer.from('0102030405060708')
|
||||
const presetKey = Buffer.from('0CoJUm6Qyw8W8jud')
|
||||
|
|
|
@ -262,7 +262,7 @@ export default {
|
|||
// },
|
||||
{
|
||||
id: 'test',
|
||||
label: '测试接口(软件的大部分功能可用,该接口访问速度略慢)',
|
||||
label: '测试接口(几乎软件的所有功能都可用,该接口访问速度略慢)',
|
||||
disabled: false,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue