Browse Source

评测来源

liushengqiang 2 năm trước cách đây
mục cha
commit
5ae4785f04
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);