2025-08-24 23:10:23 +08:00

10 lines
179 B
TypeScript

import { banner, lyric } from '@neteaseapireborn/api'
banner({ type: 0 }).then((res) => {
console.log(res)
})
lyric({
id: '33894312',
}).then((res) => {
console.log(res)
})