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

Method header

src/ui/components/Display.ts:105–108  ·  view source on GitHub ↗

* 页面标题

(title: string, options?: DisplayOptions)

Source from the content-addressed store, hash-verified

103 * 页面标题
104 */
105 public static header(title: string, options?: DisplayOptions): void {
106 const text = `${UIStyles.icon.rocket} ${UIStyles.component.header(title)}`;
107 this.output(text, options);
108 }
109
110 /**
111 * 节标题

Callers

nothing calls this directly

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected