跳转到内容

musicQualityTagAtom

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

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

根据音质信息生成的、用于UI展示的标签内容。 如果为 null,则不显示标签。