Skip to content

Commit

Permalink
chore: 收藏夹类型
Browse files Browse the repository at this point in the history
  • Loading branch information
tangge233 committed Dec 24, 2024
1 parent 41cea7e commit 97d7117
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
Else
Dim NewItem As New CompListItemContainer With {
.Card = New MyCard With {
.IsSwaped = True,
.CanSwap = True,
.Margin = New Thickness(0, 0, 0, 15)
},
Expand All @@ -66,6 +65,8 @@
NewItem.Title = "整合包 ({0})"
Case CompType.ResourcePack
NewItem.Title = "资源包 ({0})"
Case CompType.Shader
NewItem.Title = "光影包 ({0})"
Case Else
NewItem.Title = "未分类类型 ({0})"
End Select
Expand Down

0 comments on commit 97d7117

Please sign in to comment.