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

Method text

src/ui/components/Display.ts:175–177  ·  view source on GitHub ↗

* 普通输出

(message: string, options?: DisplayOptions)

Source from the content-addressed store, hash-verified

173 * 普通输出
174 */
175 public static text(message: string, options?: DisplayOptions): void {
176 this.output(message, options);
177 }
178
179 /**
180 * 高亮文本

Callers

nothing calls this directly

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected