diff --git a/public/index.html b/public/index.html
index eaf462d..5945610 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,7 @@
-
@@ -64,7 +70,7 @@
-
+
diff --git a/src/config.js b/src/config.js
index 80c1fde..dad69f1 100644
--- a/src/config.js
+++ b/src/config.js
@@ -16,15 +16,14 @@ export const game = {
height: 600
},
count: 5, // 倒计时时长
- game: 70, // 游戏时长
- level: 2, // 等级 1->入门 2->简单 3->普通 4->困难
- totalScore: 90,
- totalTimes: 15,
+ game: 60, // 游戏时长
+ level: 1, // 等级 1->入门 2->简单 3->普通 4->困难
+ totalScore: 100,
+ totalTimes: 20,
mode: 0, // 模式 0-> 正常模式 1-> 演示模式
scores: [
- { direction: 0, score: 6 }, // 左
- { direction: 1, score: 6 }, // 右
+ { direction: 0, score: 5 }
],
- directions: [1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1],
+ directions: directions(0),
}