错题本

This commit is contained in:
2025-11-10 09:24:31 +08:00
parent b97cd129fa
commit e75733af3f
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div>错题本</div>
</template>
<script>
</script>
<style>
</style>

View File

@@ -329,7 +329,13 @@
"style": { "style": {
"navigationBarTitleText": "跟进" "navigationBarTitleText": "跟进"
} }
} },
{
"path": "train/wrongAnswer/mistakeNotebook",
"style": {
"navigationBarTitleText": "错题本"
}
}
] ]
}, },
{ {