Skip to content

versionName 西班牙语解析出来和真实的不一致 #102

New issue

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

Open
weidadedawei opened this issue Sep 25, 2024 · 1 comment
Open

versionName 西班牙语解析出来和真实的不一致 #102

weidadedawei opened this issue Sep 25, 2024 · 1 comment
Assignees

Comments

@weidadedawei
Copy link

weidadedawei commented Sep 25, 2024

描述 bug
versionName 西班牙语解析出来和真实的不一致
真实的是:Versión 1.0.27
解析出来的是:Versin1.0.27

复现
请描述复现该bug的步骤:

  1. 使用demo上传apk
    2.展示App Version 不一致
    image

预期表现
请简明扼要的描述你所期望得到的效果
支持西班牙语的 versionName

请填写您的Node或浏览器版本:

  • Browser [Chrome 版本 129.0.6668.58(正式版本) (arm64)]
  • Node [如:v16.20.2]

请提供测试用的安装包下载链接:

@weidadedawei
Copy link
Author

请问这块对特殊字符过滤是什么考量?
// some apk have versionName with special characters
if (attr.name === 'versionName') {
this.strings[valueRef] = this.strings[valueRef].replace(/[^\d\w-.]/g, '')
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants