fix: 问题修复

This commit is contained in:
2025-11-15 19:08:19 +08:00
parent 93f08d5a9f
commit 79b2e9869f
24 changed files with 872 additions and 529 deletions

View File

@@ -1,6 +1,12 @@
import httpService from "./httpService";
import type { ApiResponse } from "./httpService";
export enum StageType {
INTRO = "intro",
TEST = "test",
RESULT = "result",
}
// 单个选项类型
interface Option {
text: string;