Skip to content

musicQualityTagAtom

This content is not available in your language yet.

const musicQualityTagAtom: PrimitiveAtom<
| {
isDolbyAtmos: boolean;
tagIcon: boolean;
tagText: string;
}
| null>;

Defined in: packages/react-full/src/states/dataAtoms.ts:139

根据音质信息生成的、用于UI展示的标签内容

如果为 null 则不显示标签