mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
10 lines
153 B
TypeScript
10 lines
153 B
TypeScript
import { banner,lyric } from '../main'
|
|
banner({ type:0 }).then(res=>{
|
|
console.log(res)
|
|
})
|
|
lyric({
|
|
id:"33894312"
|
|
}).then(res=>{
|
|
console.log(res)
|
|
})
|