refactor: 移除菜单内容中多余的过渡动画效果

This commit is contained in:
2025-12-27 20:17:03 +08:00
parent 6b645dedf0
commit 3514f450c9
2 changed files with 2 additions and 4 deletions

View File

@@ -83,8 +83,6 @@ struct MenuContent: View {
.buttonStyle(.plain)
Divider()
.transition(.opacity)
.animation(.easeInOut(duration: 0.3), value: appState.isFunctionEnabled)
//
VStack(alignment: .leading, spacing: 4) {
@@ -119,8 +117,7 @@ struct MenuContent: View {
}
Spacer()
}
.transition(.opacity)
.animation(.easeInOut(duration: 0.3), value: appState.isFunctionEnabled || appState.isUserIdle)
}
.padding(8)
.background(

1
temp_dmg/Applications Symbolic link
View File

@@ -0,0 +1 @@
/Applications