Skip to content

Commit

Permalink
1.修复分类视图的全选和搜索bug
Browse files Browse the repository at this point in the history
2.微调ui界面
3.优化横屏(平板用户)的界面布局
4.调整左右切换动画
如果分类视图中压缩包整合类型的MOD无法正常显示需要刷新再重试, 如果依然存在为题可能需要卸载后重新安装
  • Loading branch information
laoxinH committed Oct 28, 2024
1 parent 24a76e4 commit a781895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fun ModManagerApp() {
}
}

/* // 使用 AnimatedContent 实现页面切换动画
/* // 使用 AnimatedContent 实现页面切换动画,直接使用
AnimatedContent(
targetState = pagerState.currentPage,
transitionSpec = {
Expand Down

0 comments on commit a781895

Please sign in to comment.