Skip to content

集市包版本更新但不出现更新按钮问题 #3513

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

Closed
88250 opened this issue Nov 29, 2021 · 2 comments
Closed

集市包版本更新但不出现更新按钮问题 #3513

88250 opened this issue Nov 29, 2021 · 2 comments
Assignees
Labels
Milestone

Comments

@88250
Copy link
Member

88250 commented Nov 29, 2021

  • 主题
  • 图标
@88250 88250 added the Bug label Nov 29, 2021
@88250 88250 added this to the 1.5.5 milestone Nov 29, 2021
@88250 88250 self-assigned this Nov 29, 2021
@88250 88250 changed the title 集市包版本更新问题 集市包版本更新但不出现更新按钮问题 Nov 29, 2021
@88250 88250 closed this as completed Nov 29, 2021
@Zuoqiu-Yingyi
Copy link
Contributor

目前(v2.0.9)貌似用的是 本地版本号字符串 < 集市版本号字符串 的方案判断是否显示更新按钮
经过测试, 如果一个内容现在云端版本号为 0.9.10, 那么

  • 本地版本号为 0.9.0, 0.9.00, 0.9.1 时都能正常显示更新按钮
  • 本地版本号为 0.9.10, 0.9.2, 0.9.20 时都不能正常显示更新按钮

这会导致一个必然会出现的问题, 如果该内容更新到 9.9.9, 那么之后的版本 1x.x.x 都不会正常显示更新按钮

@88250
Copy link
Member Author

88250 commented May 17, 2022

@Zuoqiu-Yingyi 确实是 <,下个版本改为 !=

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

No branches or pull requests

2 participants