tray-windows:npm模块可在Windows上创建系统任务栏应用程序

时间:2024-06-07 02:18:04
【文件属性】:

文件名称:tray-windows:npm模块可在Windows上创建系统任务栏应用程序

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-07 02:18:04

C#

托盘式窗户 npm模块可在Windows上创建系统任务栏应用程序 安装 > npm install --save tray-windows 用法 有关更多信息,请参见example.js var tray = require ( 'tray-windows' ) tray ( { name : 'Tooltip title' , items : [ 'A' , 'B' , 'C' ] , icon : tray . icons . green ( ) } , function ( err , app ) { if ( err ) { throw err } app . on ( 'click:menuItem' , function ( item ) { console . log ( item ) // {index: 0, text: 'A'}


【文件预览】:
tray-windows-master
----.gitignore(25B)
----icons()
--------grey.png(1KB)
--------red.png(1KB)
--------icon.psd(29KB)
--------black.png(1KB)
--------yellow.png(1KB)
--------white.png(1KB)
--------green.png(1KB)
----package.json(469B)
----LICENSE.md(1KB)
----icons.js(393B)
----CONTRIBUTING.md(3KB)
----index.js(2KB)
----README.md(2KB)
----example.js(806B)
----lib()
--------traywin.v12.suo(25KB)
--------tray.cs(7KB)
--------traywin.sln(960B)
--------traywin.csproj(2KB)
----compat.js(1KB)

网友评论