From 8f701d722fcb09916c74d447f7caea577fdff0ff Mon Sep 17 00:00:00 2001 From: binaryify Date: Sat, 12 Sep 2020 15:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module_example/test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module_example/test.ts b/module_example/test.ts index 47ad7dd..5314462 100644 --- a/module_example/test.ts +++ b/module_example/test.ts @@ -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) }) -- GitLab