wip
This commit is contained in:
@@ -50,7 +50,7 @@ const studyProgress = $computed(() => {
|
||||
@change="$emit('check')"
|
||||
class="absolute left-3 bottom-3 z-2"/>
|
||||
<div class="custom z-1" v-if="item.custom">自定义</div>
|
||||
<div class="custom bg-red! color-white z-1" v-else-if="item.update">更新中</div>
|
||||
<!-- <div class="custom bg-red! color-white z-1" v-else-if="item.update">更新中</div>-->
|
||||
<!-- <div class="sync bg-red! color-white z-1" v-if="!item.sync && isUser && !showCheckbox">未同步</div>-->
|
||||
</div>
|
||||
<div class="text-base mt-1" v-if="item?.cover">{{ item?.name }}</div>
|
||||
|
||||
@@ -107,9 +107,9 @@ defineExpose({ scrollToBottom, scrollToItem })
|
||||
<IconFluentStar16Regular v-if="!isArticleCollect(item)" />
|
||||
<IconFluentStar16Filled v-else />
|
||||
</BaseIcon>
|
||||
<BaseIcon title="可播放音频" v-if="item.audioSrc || item.audioFileId" noBg>
|
||||
<IconBxVolumeFull class="opacity-100! color-gray" />
|
||||
</BaseIcon>
|
||||
<!-- <BaseIcon title="可播放音频" v-if="item.audioSrc || item.audioFileId" noBg>-->
|
||||
<!-- <IconBxVolumeFull class="opacity-100! color-gray" />-->
|
||||
<!-- </BaseIcon>-->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user