mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 23:57:22 +08:00
🛠️ lint: 修复格式问题
This commit is contained in:
@@ -180,7 +180,7 @@ const playlistDetail = ref<IListDetail | null>(null);
|
||||
const getCarouselItemStyle = (
|
||||
index: number,
|
||||
delayStep: number,
|
||||
totalItems: number = 5,
|
||||
totalItems: number,
|
||||
maxWidth?: number
|
||||
) => {
|
||||
if (isMobile.value) {
|
||||
|
||||
Reference in New Issue
Block a user