Browse Source

feat: 评测难度默认值改为:入门级'BEGINNER'

TIANYONG 1 year ago
parent
commit
a8d2fc24ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/state.ts

+ 1 - 1
src/state.ts

@@ -362,7 +362,7 @@ const state = reactive({
     /** 频率 */
     frequency: 0,
     /** 评测难度 */
-    evaluationDifficulty: "ADVANCED" as IDifficulty,
+    evaluationDifficulty: "BEGINNER" as IDifficulty,
     /** 保存到相册 */
     saveToAlbum: true,
     /** 开启伴奏 */