瀏覽代碼

评测模式 样式修改

黄琪勇 6 月之前
父節點
當前提交
6c94a81cf2

二進制
src/page-instrument/evaluat-model/countdown/imgs/step1.png


二進制
src/page-instrument/evaluat-model/countdown/imgs/step2.png


二進制
src/page-instrument/evaluat-model/countdown/imgs/step3.png


+ 3 - 3
src/view/evaluating/evaluatResult.ts

@@ -33,17 +33,17 @@ export const leveByScoreMeasureIcons = [
 	{
 		icon: scoreIcon.good,
 		text: "good",
-		color: "#14C187",
+		color: "#00C181",
 	},
 	{
 		icon: scoreIcon.great,
 		text: "great",
-		color: "#FF8E5A",
+		color: "#F66D2E",
 	},
 	{
 		icon: scoreIcon.perfect,
 		text: "perfect",
-		color: "#90A0FF",
+		color: "#657AFF",
 	},
 ];