Skip to content

Commit

Permalink
release: 2.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 10, 2023
1 parent cdf82b2 commit 6a9175f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/components/playlist/SongList/SongMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ export default ({ usePlaylist, prepareForLayoutAnimationRender }: Props) => {
onPress={() => removeSongs(true)}
title={t('SongOperations.songRemoveNBanTitle')}
/>
{__DEV__ && (
<Menu.Item
leadingIcon={ICONS.REMOVE_AND_BAN_BVID}
onPress={() => console.log(selectedSongs())}
title={'console.log'}
/>
)}
</Menu>
);
};
2 changes: 1 addition & 1 deletion src/enums/Version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export enum VERSIONS {
latest = '2.12.4',
latest = '2.12.5',
}

1 comment on commit 6a9175f

@vercel
Copy link

@vercel vercel bot commented on 6a9175f Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.