From dd4e50ec9232aa90062ac6146f42eb83777bd14b Mon Sep 17 00:00:00 2001 From: yb6b Date: Fri, 15 Mar 2024 20:22:56 +0800 Subject: [PATCH] feat: comp in single train --- components/train/Train.vue | 27 +++++++++++++++++---------- components/train/share.ts | 2 +- src/public/vv9-26/zigen.json | 2 +- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/components/train/Train.vue b/components/train/Train.vue index 08ae5c2..17e0256 100644 --- a/components/train/Train.vue +++ b/components/train/Train.vue @@ -14,9 +14,7 @@ const fontClass = inject('font') let thisSchedule: Schedule; const card = shallowRef({ - name: "", - key: "", - rel: '', + name: '', }) const progress = shallowRef(0) const isFirstLearn = shallowRef(true) @@ -60,18 +58,24 @@ function checkNextItem(answer: string) {