Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Silentely/eSIM-Tools
/ title
Method
title
scripts/logger.js:61–64 ·
view source on GitHub ↗
* 标题日志 (粗体青色)
(text)
Source
from the content-addressed store, hash-verified
59
* 标题日志 (粗体青色)
60
*/
61
static title(text) {
62
console.log(
'\n'
+ colors.bold + colors.cyan + text + colors.reset);
63
console.log(colors.cyan +
'='
.repeat(text.length) + colors.reset);
64
}
65
66
/**
67
* 进度信息 (无标签)
Callers
1
runChecks
Function · 0.80
Calls
1
log
Method · 0.45
Tested by
no test coverage detected