代码格式化

This commit is contained in:
binaryify 2020-09-12 15:29:34 +08:00
parent d4dc1f247a
commit 8f701d722f

View File

@ -1,9 +1,9 @@
import { banner,lyric } from '../main'
banner({ type:0 }).then(res=>{
import { banner, lyric } from '../main'
banner({ type: 0 }).then((res) => {
console.log(res)
})
lyric({
id:"33894312"
}).then(res=>{
id: '33894312',
}).then((res) => {
console.log(res)
})