-
+
-
@@ -33,9 +33,9 @@
{{ playlist.info.author }}
访问 {{ accessCount }} 次
-
-
- {{ likeCount }}
+
+
+ {{ collectionCount }}
@@ -43,7 +43,7 @@
播放全部
-
+
编辑
@@ -55,26 +55,26 @@
另存本地
-
+
封面
-
+
{{ targetScope === 'cloud' ? '转为云端' : '转为本地' }}
-
+
-
+
@@ -117,7 +117,7 @@
:key="`${song.source}:${song.id}:${index}`"
:song="song"
:display-index="displayStartIndex + index + 1"
- :removable="isManagedPlaylist"
+ :removable="isEditablePlaylist"
reserve-action
@play="playSong(index)"
@remove="removeSong(index)"
@@ -238,10 +238,10 @@ const loadMoreTrigger = ref