(notifyRenderer = false)
| 69 | } |
| 70 | |
| 71 | public invalidateCommandsCache(notifyRenderer = false): void { |
| 72 | this.cachedCommandsResult = null |
| 73 | console.log('[Commands] 指令缓存已清空:', { notifyRenderer }) |
| 74 | |
| 75 | if (notifyRenderer) { |
| 76 | console.log('[Commands] 发送 apps-changed 通知,触发主窗口重载指令与 alias 搜索索引') |
| 77 | this.notifyRenderer('apps-changed') |
| 78 | } |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * 根据名称查找直接启动指令(系统应用、系统设置等) |
no test coverage detected