feat: 🎸 新增了两个接口文件

This commit is contained in:
2025-08-21 10:14:04 +08:00
parent 541298f319
commit fa6fffb4d6
3 changed files with 31 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ import {
import { getProjectsList } from "./projectLibrary";
import { getJobsList, getInterviewsList } from "./companyJobs";
import { getLoginStudentInfo } from "./global";
import { getLoginStudentProgress } from "./personalProfile";
import { getLoginStudentProgress, getClassRank } from "./personalProfile";
import { getResumesList, getResumesDetail } from "./resumeInterview";
export {
getDashboardStatistics,
@@ -18,4 +19,7 @@ export {
getInterviewsList,
getLoginStudentInfo,
getLoginStudentProgress,
getClassRank,
getResumesList,
getResumesDetail,
};