This commit is contained in:
陆柯 2022-03-11 20:34:51 +08:00
parent ec5058f5e4
commit 64692db5fd

View File

@ -2,7 +2,7 @@ const colors = require('colors')
module.exports = {
cclog(...args) {
console.log(colors.grey({time: new Date().toJSON()}), ...args)
console.log(colors.blue({time: new Date().toJSON()}), ...args)
},
ccinfo(...args) {
console.info(colors.green({time: new Date().toJSON()}), ...args)