feat: 在 EQControl 组件标题中添加桌面版可用提示标签

This commit is contained in:
alger
2025-05-25 11:07:06 +08:00
parent 5070a085e9
commit d7c06586d6

View File

@@ -1,7 +1,11 @@
<template>
<div class="eq-control">
<div class="eq-header">
<h3>{{ t('player.eq.title') }}</h3>
<h3>{{ t('player.eq.title') }}
<n-tag type="warning" size="small" round>
桌面版可用网页端不支持
</n-tag>
</h3>
<div class="eq-controls">
<n-switch v-model:value="isEnabled" @update:value="toggleEQ">
<template #checked>{{ t('player.eq.on') }}</template>