docs: 📝 Update debug tips

This commit is contained in:
viarotel 2023-11-03 15:32:29 +08:00
parent 6153bc4c52
commit b6912c3ead

View File

@ -22,7 +22,7 @@ log.info('Debug Status:', debug)
if (!debug) {
log.warn(
'Debug Tips:',
'如果需要生成并查看运行日志请在偏好设置页面启动调试功能',
'If you need to generate and view the running log, please start the debugging function on the preference setting page',
)
}