console.log({_at, ...})

This commit is contained in:
Luk
2024-02-05 09:50:07 +08:00
parent 98ac10723f
commit 7c0b1bce15
7 changed files with 240 additions and 130 deletions

8
coco-app.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
cclog () { },
ccinfo () { },
ccgood () { },
ccwarn () { },
ccerror () { },
ccdebug () { }
}