Skip to content

v5.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 15:13
· 159 commits to main since this release

Features

  • IssueReportItem: 添加描述文本并优化图标组件类型 (thoulee)
  • UserDetail: 更新按钮容器颜色以增强可读性 (thoulee)
  • Header: 添加可自定义的左侧组件并优化样式;新增播放列表详情大头部组件 (thoulee)
  • queue: restore queue at startup (thoulee)
  • DimezisBlurSwitchItem: 添加Dimezis模糊效果开关组件并在开发页面中集成 (thoulee)
  • LottieAnimation: 添加新的动画资源并优化代码格式 (thoulee)

Bug Fixes

  • metro.config.js: 移除对 Watchman 的依赖配置 (thoulee)
  • store: 优化持久化配置,为每个切片配置单独的黑名单 (thoulee)
  • store: 为darkMode和dimezisBlur切片配置黑名单以优化持久化设置 (thoulee)
  • store: 移除持久化配置,不保存根 reducers (thoulee)

Code Refactoring

  • Playlist: 替换不必要可拖动项组件为可滑动项组件,并优化相应样式 (thoulee)
  • AlbumContent: 替换可拖动项组件为可滑动项组件 (thoulee)
  • 更新状态管理键名,统一使用StateKeys替代StorageKeys (thoulee)
  • store: 重构持久化配置,简化状态管理键名的创建 (thoulee)
  • store: 简化持久化配置,移除不必要的黑名单设置 (thoulee)

Commits

  • 0b517ae: fix(PlaylistCover, UserDetail): 移除 PlaylistCover 组件中的导航逻辑,更新 UserDetail 组件的导航方式以支持新的导航结构 (thoulee)
  • ab1df84: feat(AnimatedHeader, IssueReport): 更新 HeaderComponent 以支持 ignoreTopSafeArea 属性,并在 IssueReport 页面中应用该属性 (thoulee)
  • 1e37056: refactor(HeaderSurface, UserDetail): 提取 HeaderSurface 组件并在 UserDetail 页面中集成 (thoulee)
  • 003bbd9: Revert "feat: 在开发模式下为多个页面添加条件渲染,以控制视图高度" (thoulee)
  • IssueReport: 更新输入框样式和字符计数提示 (thoulee)
  • fee4d99: feat(Albums, Header): 添加自定义头部组件并优化相册项样式 (thoulee)
  • Albums: 优化相册项布局,调整列样式和内容内边距 (thoulee)
  • c798b30: feat(HeaderSurface, MvCover): 添加实验性模糊效果支持并更新相关状态管理 (thoulee)