debug
约 76 字小于 1 分钟
2025-10-13
Karin API Docs / debug
变量: debug
const
debug:object
& (...args
) =>void
定义于: packages/core/src/service/debug.ts:3
类型声明
chalk
chalk:
ChalkInstance
颜色库
enable()
enable: (
bool
) =>void
修改debug模式
参数
bool
boolean
返回
void
setColor()
setColor: (
fnc
) =>void
设置前缀、时间颜色
参数
fnc
(text
) => string
返回
void