liushengqiang 2 rokov pred
rodič
commit
5ae4785f04

+ 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);