MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / initLogo

Function initLogo

tech-study.js:127–129  ·  view source on GitHub ↗

* @description 初始化logo

()

Source from the content-addressed store, hash-verified

125 * @description 初始化logo
126 */
127function initLogo() {
128 console.log(`%c tech-study.js %c ${version} `, 'background:dodgerblue;color:white;font-size:15px;border-radius:4px 0 0 4px;padding:2px 0;', 'background:black;color:gold;font-size:15px;border-radius:0 4px 4px 0;padding:2px 0;');
129}
130/**
131 * @description 初始化配置
132 */

Callers 1

tech-study.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected