更新描述

pull/96/head
lyswhut 2019-10-16 00:59:19 +08:00
parent 9dc9d3b1b7
commit e675f7ac06
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
// https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/module/lyric.js
import { httpFetch } from '../../request' import { httpFetch } from '../../request'
import { linuxapi } from './utils/crypto' import { linuxapi } from './utils/crypto'

View File

@ -1,5 +1,4 @@
// https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/util/crypto.js // https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/util/crypto.js
import { createCipheriv, publicEncrypt, constants, randomBytes } from 'crypto' import { createCipheriv, publicEncrypt, constants, randomBytes } from 'crypto'
const iv = Buffer.from('0102030405060708') const iv = Buffer.from('0102030405060708')
const presetKey = Buffer.from('0CoJUm6Qyw8W8jud') const presetKey = Buffer.from('0CoJUm6Qyw8W8jud')

View File

@ -262,7 +262,7 @@ export default {
// }, // },
{ {
id: 'test', id: 'test',
label: '测试接口(软件的大部分功能可用,该接口访问速度略慢)', label: '测试接口(几乎软件的所有功能都可用,该接口访问速度略慢)',
disabled: false, disabled: false,
}, },
{ {