fix:update nce2 articles
This commit is contained in:
@@ -445,7 +445,7 @@ function setStartTime(val: Sentence, i: number, j: number) {
|
||||
<BaseIcon :icon="sentence.audioPosition?.length ? 'basil:edit-outline' : 'basil:add-outline'"
|
||||
title="编辑"
|
||||
@click="handleShowEditAudioDialog(sentence,indexI,indexJ)">
|
||||
<IconFluentSpeakerEdit20Regular v-if="!sentence.audioPosition?.length"/>
|
||||
<IconFluentSpeakerEdit20Regular v-if="sentence.audioPosition?.length && sentence.audioPosition[1]"/>
|
||||
<IconFluentAddSquare20Regular v-else/>
|
||||
</BaseIcon>
|
||||
<BaseIcon
|
||||
|
||||
@@ -93,11 +93,6 @@ export interface Statistics {
|
||||
wrong: number//错误数
|
||||
}
|
||||
|
||||
export interface DisplayStatistics extends Statistics {
|
||||
wrongWords: Word[]
|
||||
inputWordNumber: number//输入数
|
||||
}
|
||||
|
||||
export enum Sort {
|
||||
normal = 0,
|
||||
random = 1,
|
||||
|
||||
Reference in New Issue
Block a user