Browse Source

评测来源

liushengqiang 2 years ago
parent
commit
5ae4785f04
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/page-orchestra/evaluat-model/index.tsx

+ 1 - 0
src/page-orchestra/evaluat-model/index.tsx

@@ -153,6 +153,7 @@ export default defineComponent({
 				heardLevel: state.setting.evaluationDifficulty,
 				beatLength: Math.round((state.fixtime * 1000) / rate),
 				practiceSource: query.unitId ? "UNIT_TEST" : "PRACTICE",
+				feature: "PRACTICE",
 				// evaluationCriteria: getEvaluationCriteria(),
 			};
 			await connectWebsocket(content);