mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
代码格式化
This commit is contained in:
parent
d4dc1f247a
commit
8f701d722f
@ -1,9 +1,9 @@
|
|||||||
import { banner,lyric } from '../main'
|
import { banner, lyric } from '../main'
|
||||||
banner({ type:0 }).then(res=>{
|
banner({ type: 0 }).then((res) => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
})
|
})
|
||||||
lyric({
|
lyric({
|
||||||
id:"33894312"
|
id: '33894312',
|
||||||
}).then(res=>{
|
}).then((res) => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user