Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoMingRose/QLAutomateTasks
/ console
Function
console
notify.py:174–178 ·
view source on GitHub ↗
使用 控制台 推送消息。
(title: str, content: str)
Source
from the content-addressed store, hash-verified
172
173
174
def
console(title: str, content: str) -> None:
175
""
"
176
使用 控制台 推送消息。
177
""
"
178
print(f
"{title}\n\n{content}"
)
179
180
181
def
dingding_bot(title: str, content: str) -> None:
Callers
nothing calls this directly
Calls
1
print
Function · 0.85
Tested by
no test coverage detected