MCPcopy
hub / github.com/smallfawn/QLScriptPublic / console

Function console

notify.py:191–195  ·  view source on GitHub ↗

使用 控制台 推送消息。

(title: str, content: str)

Source from the content-addressed store, hash-verified

189
190
191def console(title: str, content: str) -> None:
192 """
193 使用 控制台 推送消息。
194 """
195 print(f"{title}\n\n{content}")
196
197
198def dingding_bot(title: str, content: str) -> None:

Callers

nothing calls this directly

Calls 1

printFunction · 0.70

Tested by

no test coverage detected