-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
所有4月1日发布的版本自动视为愚人节版 #3945
所有4月1日发布的版本自动视为愚人节版 #3945
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
为啥会编译出错…… |
先关了,我试试能不能 Reopen |
好吧不能( |
……? |
不是哥们咋还failing呢 |
他在别处表示,在等龙猫给他改( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修下问题点
这边等下 Silverteal#11 合并再合并 当然有权限直接编辑也可以 EDIT:本地测试可行性验证通过,在没有手动分类的情况下没有正式版或预览版混入,被注释处理的愚人节版本也能正确识别并加入到列表内 |
'所有4月1日发布的版本可视为愚人节版,但不改动版本描述 | ||
Select Case Version("releaseDate").Value(Of Date).ToString("MM'/'dd") | ||
Case "04/01" | ||
If Not Version("type") == "special" Then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改成 =
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改成 =
@@ -44,6 +44,14 @@ | |||
Version("type") = "special" | |||
Version.Add("lore", GetMcFoolName(Version("id"))) | |||
End Select | |||
'所有4月1日发布的版本可视为愚人节版,但不改动版本描述 | |||
Select Case Version("releaseDate").Value(Of Date).ToString("MM'/'dd") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
releaseTime
@@ -555,6 +555,14 @@ | |||
Version("type") = "special" | |||
Version.Add("lore", GetMcFoolName(Version("id"))) | |||
End Select | |||
'所有4月1日发布的版本视为愚人节版,但不改动版本描述 | |||
Select Case Version("releaseDate").Value(Of Date).ToString("MM'/'dd") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
releaseTime
'所有4月1日发布的版本视为愚人节版,但不改动版本描述 | ||
Select Case Version("releaseDate").Value(Of Date).ToString("MM'/'dd") | ||
Case "04/01" | ||
If Not Version("type") == "special" Then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
单等号
要不然下次写成 is 得了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
两处编译错误,两处逻辑错误。
'所有4月1日发布的版本可视为愚人节版,但不改动版本描述 | ||
Select Case Version("releaseDate").Value(Of Date).ToString("MM'/'dd") | ||
Case "04/01" | ||
If Not Version("type") == "special" Then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改成 =
'所有4月1日发布的版本视为愚人节版,但不改动版本描述 | ||
Select Case Version("releaseDate").Value(Of Date).ToString("MM'/'dd") | ||
Case "04/01" | ||
If Not Version("type") == "special" Then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VB 是单等号比较,不是双等号
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
py 写多了可能
@@ -44,6 +44,14 @@ | |||
Version("type") = "special" | |||
Version.Add("lore", GetMcFoolName(Version("id"))) | |||
End Select | |||
'所有4月1日发布的版本可视为愚人节版,但不改动版本描述 | |||
Select Case Version("releaseDate").Value(Of Date).ToString("MM'/'dd") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Time
修补代码 于 #4449 |
之前的pr #3780 因为误操作被关闭了 现在重新提交