xiegoudan

Results 3 issues of xiegoudan

### Describe the bug In the root directory Prompt for the components.d.ts file in the root directory vite setting ![PtS2SH.png](https://s6.jpg.cm/2022/10/26/PtS2SH.png) components.d.ts error ![PtS072.png](https://s6.jpg.cm/2022/10/26/PtS072.png) ### Reproduction none ### System Info ```Shell...

**描述一下这个bug** 有一些软件/应用搜索不到 安装的第三方软件也搜索不到,例如WPS Office Bug2 修改快捷键为Alt+Space的时候弹出Windows默认菜单,所有导致这个快捷键一致设置不成功 **复现方式** 1.按ALT+R弹出Rubick2 2.搜索终端/terminal无任何内容 **预期行为** 清晰简明地描述了您预期的发生。 **截图** > p1,无终端搜索结果 ![image](https://github.com/rubickCenter/rubick/assets/67531128/cb3444a3-68d6-4dcd-a480-a8c28bb42b7f) > p2,无terminal搜索结果 ![image](https://github.com/rubickCenter/rubick/assets/67531128/023c474e-ac46-4aa1-8c52-9be2010326fa) > p3,无wps搜索结果 ![image](https://github.com/rubickCenter/rubick/assets/67531128/00808560-244b-4e27-b759-4330980ec794) > ----存在应用图片---- ![image](https://github.com/rubickCenter/rubick/assets/67531128/60ea63c9-d1db-4fab-9a61-f6b8a3053c28) ![8a8c8ea03eae90d90ce4bf924d00340](https://github.com/rubickCenter/rubick/assets/67531128/5d7a8986-c35c-47ff-9bf2-532a359daa7a)

bug

Example in vue3 render function I want to render different icons in real time through strings ```typescript const test: object[] = [ { key: 'xcionsComponentName' }, { key: 'xcionsComponentName2' }...