cocoa-dialog:使用cocoaDialog在macOS上显示常见的GUI对话框

时间:2024-06-15 01:42:54
【文件属性】:

文件名称:cocoa-dialog:使用cocoaDialog在macOS上显示常见的GUI对话框

文件大小:721KB

文件格式:ZIP

更新时间:2024-06-15 01:42:54

JavaScript

可可对话 使用在macOS上显示常见的GUI对话框 有关GUI的问题应在cocoaDialog上打开。 安装 $ npm install cocoa-dialog 用法 const cocoaDialog = require ( 'cocoa-dialog' ) ; ( async ( ) => { const result = await cocoaDialog ( 'msgbox' , { title : 'Unicorn' , icon : 'favorite' , text : 'What do you want?' , button1 : 'Gimme rainbow' , button2 : 'Magicalifify' } ) ; if ( result === '1' ) { console . log ( 'button1 clicke


【文件预览】:
cocoa-dialog-main
----cocoaDialog.app()
--------Contents()
----.gitignore(23B)
----.github()
--------workflows()
----screenshot.png(38KB)
----.gitattributes(55B)
----package.json(680B)
----readme.md(2KB)
----index.js(555B)
----test.js(197B)
----.editorconfig(175B)
----license(1KB)
----.npmrc(19B)

网友评论