mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-28 19:07:23 +08:00
feat: 在 EQControl 组件标题中添加桌面版可用提示标签
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="eq-control">
|
<div class="eq-control">
|
||||||
<div class="eq-header">
|
<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">
|
<div class="eq-controls">
|
||||||
<n-switch v-model:value="isEnabled" @update:value="toggleEQ">
|
<n-switch v-model:value="isEnabled" @update:value="toggleEQ">
|
||||||
<template #checked>{{ t('player.eq.on') }}</template>
|
<template #checked>{{ t('player.eq.on') }}</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user