do-not-disturb:控制macOS的“请勿打扰”功能

时间:2024-06-02 07:16:13
【文件属性】:

文件名称:do-not-disturb:控制macOS的“请勿打扰”功能

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-02 07:16:13

nodejs macos npm-package do-not-disturb Swift

请勿打扰 控制macOS Do Not Disturb功能 请注意,此程序包在应用程序中不起作用。 安装 $ npm install @sindresorhus/do-not-disturb 用法 import doNotDisturb from '@sindresorhus/do-not-disturb' ; await doNotDisturb . enable ( ) ; 原料药 请勿打扰 所有方法都返回Promise 。 如果您一次使用多种方法,则只需要真正await它们即可。 .enable(): Promise .disable(): Promise .toggle(force?): Promise 力量 类型: boolean 强制启用/禁用它。 .isEnabled(): Promise .on('change', l


【文件预览】:
do-not-disturb-main
----.gitignore(71B)
----Package.swift(303B)
----.swiftpm()
--------xcode()
----.github()
--------workflows()
----Sources()
--------DoNotDisturb()
----.gitattributes(19B)
----package.json(769B)
----readme.md(2KB)
----index.js(2KB)
----test.js(1KB)
----.editorconfig(175B)
----license(1KB)
----.npmrc(19B)

网友评论