parent
ee17bb5691
commit
fdab50c963
After Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
'use client';
|
||||||
|
|
||||||
|
export default function FM() {
|
||||||
|
const handlePlayFM = () => {};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div
|
||||||
|
className="w-[60px] h-[24px] text-[15px] text-right leading-[24px] bg-[url(/img/icon/FM.svg)] hover:bg-[url(/img/icon/FM-active.svg)] bg-no-repeat bg-left-center cursor-pointer hover:text-brand"
|
||||||
|
onClick={handlePlayFM}
|
||||||
|
>
|
||||||
|
电台
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
Loading…
Reference in new issue