214 lines
4.3 KiB
TypeScript
214 lines
4.3 KiB
TypeScript
// TBD 将进程通信的channel拎出来单独写,方便清晰调用,未使用
|
||
export default {
|
||
"IsUseSysTitle": {
|
||
"key": "",
|
||
"handle": "IsUseSysTitle",
|
||
"des": "是否使用无边框"
|
||
},
|
||
"WindowMini": {
|
||
"key": "",
|
||
"handle": "windows-mini",
|
||
"des": "窗口最小化"
|
||
},
|
||
"WindowMax": {
|
||
"key": "",
|
||
"handle": "windows-max",
|
||
"des": "窗口最大化"
|
||
},
|
||
"WindowClose": {
|
||
"key": "",
|
||
"handle": "windows-close",
|
||
"des": "窗口关闭"
|
||
},
|
||
"CheckUpdate": {
|
||
"key": "",
|
||
"handle": "check-update",
|
||
"des": "检查更新"
|
||
},
|
||
"ConfirmUpdate": {
|
||
"key": "",
|
||
"handle": "confirm-update",
|
||
"des": "确认更新"
|
||
},
|
||
"AppClose": {
|
||
"key": "",
|
||
"handle": "app-close",
|
||
"des": "app退出"
|
||
},
|
||
"GetStaticPath": {
|
||
"key": "",
|
||
"handle": "get-static-path",
|
||
"des": "获取静态资源路径"
|
||
},
|
||
"OpenMessagebox": {
|
||
"key": "",
|
||
"handle": "open-messagebox",
|
||
"des": "打开系统弹窗信息"
|
||
},
|
||
"OpenErrorbox": {
|
||
"key": "",
|
||
"handle": "open-errorbox",
|
||
"des": "打开系统错误弹窗信息"
|
||
},
|
||
"StartServer": {
|
||
"key": "",
|
||
"handle": "start-server",
|
||
"des": "开启http服务"
|
||
},
|
||
"StopServer": {
|
||
"key": "",
|
||
"handle": "stop-server",
|
||
"des": "停止http服务"
|
||
},
|
||
"StartWsServer": {
|
||
"key": "",
|
||
"handle": "start-wsserver",
|
||
"des": "开启WS服务"
|
||
},
|
||
"StopWsServer": {
|
||
"key": "",
|
||
"handle": "stop-wsserver",
|
||
"des": "停止WS服务"
|
||
},
|
||
"HotUpdate": {
|
||
"key": "",
|
||
"handle": "hot-update",
|
||
"des": "增量更新"
|
||
},
|
||
"HotUpdateTest": {
|
||
"key": "",
|
||
"handle": "hot-update-test",
|
||
"des": "测试增量更新"
|
||
},
|
||
"StartDownload": {
|
||
"key": "",
|
||
"handle": "start-download",
|
||
"des": "下载东西"
|
||
},
|
||
"OpenWin": {
|
||
"key": "",
|
||
"handle": "open-win",
|
||
"des": "打开新的弹窗"
|
||
},
|
||
"GetPrinters": {
|
||
"key": "",
|
||
"handle": "getPrinters",
|
||
"des": "获取打印机信息"
|
||
},
|
||
"PrintHandlePrint": {
|
||
"key": "",
|
||
"handle": "printHandlePrint",
|
||
"des": "打印"
|
||
},
|
||
"OpenPrintDemoWindow": {
|
||
"key": "",
|
||
"handle": "openPrintDemoWindow",
|
||
"des": "打开测试打印页面"
|
||
},
|
||
"DownloadProgress": {
|
||
"key": "",
|
||
"handle": "download-progress",
|
||
"des": "下载进度回调"
|
||
},
|
||
"DownloadError": {
|
||
"key": "",
|
||
"handle": "download-error",
|
||
"des": "下载错误回调"
|
||
},
|
||
"DownloadPaused": {
|
||
"key": "",
|
||
"handle": "download-paused",
|
||
"des": "下载暂停回调"
|
||
},
|
||
"DownloadDone": {
|
||
"key": "",
|
||
"handle": "download-done",
|
||
"des": "下载完成回调"
|
||
},
|
||
"UpdateMsg": {
|
||
"key": "",
|
||
"handle": "UpdateMsg",
|
||
"des": "更新回调消息"
|
||
},
|
||
"HotUpdateStatus": {
|
||
"key": "",
|
||
"handle": "hot-update-status",
|
||
"des": "热更新状态回调"
|
||
},
|
||
"SendDataTest": {
|
||
"key": "",
|
||
"handle": "send-data-test",
|
||
"des": "数据测试回调"
|
||
},
|
||
"AddDefaultBrowserView": {
|
||
"key": "",
|
||
"handle": "add-default-browser-view",
|
||
"des": "添加新的默认页面"
|
||
},
|
||
"SelectBrowserDemoTab": {
|
||
"key": "",
|
||
"handle": "select-browser-demo-tab",
|
||
"des": "选择tab"
|
||
},
|
||
"DestroyBrowserDemoTab": {
|
||
"key": "",
|
||
"handle": "destroy-browser-demo-tab",
|
||
"des": "关闭tab"
|
||
},
|
||
"BrowserDemoTabJumpToUrl": {
|
||
"key": "",
|
||
"handle": "browser-demo-tab-jump-to-url",
|
||
"des": "tab 跳转"
|
||
},
|
||
"OpenBrowserDemoWindow": {
|
||
"key": "",
|
||
"handle": "open-browser-demo",
|
||
"des": "打开浏览器demo"
|
||
},
|
||
"BrowserTabMousedown": {
|
||
"key": "",
|
||
"handle": "browser-tab-mousedown",
|
||
"des": "Browser tab 鼠标按下"
|
||
},
|
||
"BrowserTabMousemove": {
|
||
"key": "",
|
||
"handle": "browser-tab-mousemove",
|
||
"des": "Browser tab 鼠标拖动"
|
||
},
|
||
"BrowserTabMouseup": {
|
||
"key": "",
|
||
"handle": "browser-tab-mouseup",
|
||
"des": "Browser tab 鼠标松开"
|
||
},
|
||
"GetLastBrowserDemoTabData": {
|
||
"key": "",
|
||
"handle": "get-last-browser-demo-tab-data",
|
||
"des": "获取最后一次拖动的 tab 信息"
|
||
},
|
||
"BrowserViewTabDataUpdate": {
|
||
"key": "",
|
||
"handle": "browser-view-tab-data-updated",
|
||
"des": "更新 tab 信息"
|
||
},
|
||
"BrowserViewTabPositionXUpdate": {
|
||
"key": "",
|
||
"handle": "browser-view-tab-position-x-updated",
|
||
"des": "更新 tab 坐标"
|
||
},
|
||
"SetShowOnMyComputer": {
|
||
"key": "",
|
||
"handle": "set-show-on-my-computer",
|
||
"des": "设置在我的电脑显示"
|
||
},
|
||
"CheckShowOnMyComputer": {
|
||
"key": "",
|
||
"handle": "check-show-on-my-computer",
|
||
"des": "查询当前是否显示在我的电脑"
|
||
},
|
||
"Mocker": {
|
||
"key": "",
|
||
"handle": "get-mock-data",
|
||
"des": "自定义Mock模拟网络请求-By fm453"
|
||
}
|
||
}
|