This commit is contained in:
louiscklaw
2025-04-29 16:09:30 +08:00
parent 4c72861eda
commit 9d3e832081
29 changed files with 446 additions and 136 deletions

View File

@@ -1,6 +1,7 @@
import IListeningPracticeQuestion from './IListeningPracticeQuestion';
interface IListeningPracticeCategory {
id: string;
test_s: string;
test_i: number;
cat_info: string;