MCPcopy Create free account
hub / github.com/echoVic/blade-code / spinner

Method spinner

src/ui/components/Progress.ts:35–37  ·  view source on GitHub ↗

* 创建旋转加载器

(text: string = '加载中...', options: SpinnerOptions = {})

Source from the content-addressed store, hash-verified

33 * 创建旋转加载器
34 */
35 public static spinner(text: string = '加载中...', options: SpinnerOptions = {}): Spinner {
36 return new Spinner(text, options);
37 }
38
39 /**
40 * 创建进度条

Callers 3

mcpCommandFunction · 0.80
toolsCommandFunction · 0.80
configCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected