fix: 问题修复
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user