feat: Round3 职业道德自测题 — 10道IMA准则情景题

This commit is contained in:
Hermes CI Fix
2026-07-16 17:30:35 +08:00
parent 9eded3e4fe
commit 75f3f0df77
3 changed files with 473 additions and 37 deletions
+4
View File
@@ -220,4 +220,8 @@ export const biReportApi = {
exportReport: (data: any) => api.post('/bi-reports/export', data),
}
export const ethicsQuizApi = {
getQuestions: () => api.get('/knowledge/ethics-quiz'),
}
export default api