rubick-base
rubick-base copied to clipboard
[ HELP WANTED ! ] Get installed app detail info API on windows/macos 我需要你的帮助来完成 getInstalledApps 的功能
Since I work on linux, it is very difficult for me to write this API for macos and windows.
Contributors are very welcome to complete this feature !
You need to detect the system language first, and then get the app name and description of the corresponding language. The most difficult part is to get the icon of the application, but fortunately you can look at extract-file-icon as a reference.
由于我的系统是 Linux , 很难为 MacOS / Windows 来编写这个API, 因此需要你的帮助来完成这个功能!
你需要先识别系统语言再获取对应语言的应用名字和描述,最难的部分是获得应用的图标,不过幸运的是可以参考 extract-file-icon