feat: 电台模式完善

This commit is contained in:
imsyy
2024-05-24 11:01:42 +08:00
parent e5f9ecd7b5
commit 4cac54c84a
23 changed files with 1111 additions and 919 deletions

View File

@@ -122,6 +122,13 @@
class="set"
/>
</n-card>
<n-card class="set-item">
<div class="name">
隐藏 VIP 歌曲标签
<n-text class="tip">是否在歌曲列表中隐藏 VIP 歌曲标签</n-text>
</div>
<n-switch v-model:value="hiddenVipTags" :round="false" />
</n-card>
</div>
</template>
@@ -143,6 +150,7 @@ const {
showSearchHistory,
autoSignIn,
siderShowCover,
hiddenVipTags,
} = storeToRefs(settings);
// 基础数据