v2.2.0
New feature
Add textRules
options for config some special words or texts to ignore.
For example we wants:
Hello世界
- To just give warning.Hi你好
- To ignore.
Use can config in .autocorrectrc
:
textRules:
Hello世界: 2
Hi你好: 0
After that, the AutoCorrect will follow your textRules
to process.