Last active
August 3, 2022 15:37
-
-
Save moriwang/b94a28ad5fad3538646b0c3f4ce68875 to your computer and use it in GitHub Desktop.
清理 mac 版搜狗输入法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 删除智能助手、输入统计、斗图等无用功能 | |
| # tested on sogou_mac_690 | |
| /Library/Input Methods/SogouInput.app/Contents/SGInputStatPanel.app | |
| /Library/Input Methods/SogouInput.app/Contents/SogouTextRecognition.app | |
| /Library/Input Methods/SogouInput.app/Contents/SGAssistPanel.app | |
| /Library/Input Methods/SogouInput.app/Contents/SGPicFaceTool.app | |
| # DEPRECATED | |
| ~/Library/Application Support/Sogou/SGInputAssistant | |
| ~/Library/Application Support/Sogou/PicFaceTool | |
| /Library/Input Methods/SogouInput.app/Contents/智能助手.app | |
| /Library/Input Methods/SogouInput.app/Contents/SGScreenshots.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment