fix(TrackItem): update toast message and duration for queue addition feedback
This commit is contained in:
parent
c6868ed2a2
commit
9f5add6163
|
@ -28,9 +28,9 @@ function appendToQueue() {
|
|||
} as QueueItem)
|
||||
playQueueStore.list = queue
|
||||
playQueueStore.queueReplaceLock = true
|
||||
toast.success('已添加到队列末尾', {
|
||||
toast.success('已添加到播放队列末尾', {
|
||||
position: 'top-right',
|
||||
duration: 500,
|
||||
duration: 1000,
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user