You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
请问这块对特殊字符过滤是什么考量?
// some apk have versionName with special characters
if (attr.name === 'versionName') {
this.strings[valueRef] = this.strings[valueRef].replace(/[^\d\w-.]/g, '')
}
Uh oh!
There was an error while loading. Please reload this page.
描述 bug
versionName 西班牙语解析出来和真实的不一致
真实的是:Versión 1.0.27
解析出来的是:Versin1.0.27
复现
请描述复现该bug的步骤:
2.展示App Version 不一致
预期表现
请简明扼要的描述你所期望得到的效果
支持西班牙语的 versionName
请填写您的Node或浏览器版本:
请提供测试用的安装包下载链接:
The text was updated successfully, but these errors were encountered: