We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前的校验分为 nodejs 校验和前端 js 校验,针对编码问题,两端校验不能统一。预览功能会通过 jschardet 校验,校验功能不会走该库,导致不一致,所以先将其下线保证预览和校验结果统一,后制定方案进行统一。该下线会导致覆盖率降低至 99%。
The text was updated successfully, but these errors were encountered:
Ricardo-Li
No branches or pull requests
目前的校验分为 nodejs 校验和前端 js 校验,针对编码问题,两端校验不能统一。预览功能会通过 jschardet 校验,校验功能不会走该库,导致不一致,所以先将其下线保证预览和校验结果统一,后制定方案进行统一。该下线会导致覆盖率降低至 99%。
The text was updated successfully, but these errors were encountered: