mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 19:37:35 +08:00
✨ feat: 电台模式完善
This commit is contained in:
@@ -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);
|
||||
|
||||
// 基础数据
|
||||
|
||||
Reference in New Issue
Block a user