(autoBackToSearch: string)
| 168 | } |
| 169 | |
| 170 | public async updateAutoBackToSearch(autoBackToSearch: string): Promise<void> { |
| 171 | await windowManager.updateAutoBackToSearch(autoBackToSearch) |
| 172 | console.log('[WindowAPI] 更新自动返回搜索配置:', autoBackToSearch) |
| 173 | } |
| 174 | } |
| 175 | |
| 176 | export default new WindowAPI() |
no outgoing calls
no test coverage detected