This commit is contained in:
Luk
2024-02-23 13:25:53 +08:00
parent 849bc8997b
commit 69257f2aa4
2 changed files with 16 additions and 6 deletions

8
coco-none.js Normal file
View File

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