Skip to content

notice_CN

windows99-hue edited this page Jul 20, 2026 · 3 revisions

notice - 左上角通知

3cd41c1315b4bd8137d119504b08945b
dokibox.notice("test",last=5)
参数 类型 默认 说明
msg str "" 正文
last int 3 提示的持续时长,单位为秒
block bool False 是否阻塞下一个窗口,整个文件中只有一个notice,则需要设置为True

notice不会阻塞其他dokibox,它只是在用户的屏幕左上角显示一个提示条带,并在last秒后渐隐

Clone this wiki locally