跳转到内容

musicQualityTagAtom

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

Defined in: states/dataAtoms.ts:121

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