代码格式化

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' 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)
}) })