mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
changed the default config
This commit is contained in:
parent
568329e201
commit
2e59cda3f8
2 changed files with 9 additions and 7 deletions
|
@ -863,8 +863,10 @@
|
|||
<!-- <div class="title">time</div> -->
|
||||
<div class="buttons">
|
||||
<div class="text-button" timeConfig="15" tabindex="2">15</div>
|
||||
<div class="text-button" timeConfig="30" tabindex="2">30</div>
|
||||
<div class="text-button active" timeConfig="60" tabindex="2">
|
||||
<div class="text-button active" timeConfig="30" tabindex="2">
|
||||
30
|
||||
</div>
|
||||
<div class="text-button" timeConfig="60" tabindex="2">
|
||||
60
|
||||
</div>
|
||||
<div class="text-button" timeConfig="120" tabindex="2">120</div>
|
||||
|
@ -896,7 +898,7 @@
|
|||
Caps Lock
|
||||
</div>
|
||||
<div id="testModesNotice"></div>
|
||||
<div id="caret" class="default"></div>
|
||||
<div id="caret" class="default size15"></div>
|
||||
<div id="result" class="hidden">
|
||||
<div class="stats">
|
||||
<!-- <div class="info">words 10<br>punctuation</div> -->
|
||||
|
@ -974,7 +976,7 @@
|
|||
<div id="wordsTitle">input history</div>
|
||||
<div id="timerNumber">60</div>
|
||||
<div id="wordsWrapper">
|
||||
<div id="words" class=""></div>
|
||||
<div id="words" class="size15"></div>
|
||||
</div>
|
||||
<div id="liveWpm">123</div>
|
||||
<div class="ssWatermark hidden">monkey-type.com</div>
|
||||
|
|
|
@ -20,10 +20,10 @@ let defaultConfig = {
|
|||
quickTab: false,
|
||||
punctuation: false,
|
||||
words: 50,
|
||||
time: 60,
|
||||
time: 30,
|
||||
mode: "time",
|
||||
language: "english",
|
||||
fontSize: 1,
|
||||
fontSize: 15,
|
||||
freedomMode: false,
|
||||
resultFilters: null,
|
||||
difficulty: "normal",
|
||||
|
@ -33,7 +33,7 @@ let defaultConfig = {
|
|||
flipTestColors: false,
|
||||
layout: "default",
|
||||
confidenceMode: "off",
|
||||
timerStyle: "bar",
|
||||
timerStyle: "text",
|
||||
colorfulMode: true,
|
||||
randomTheme: "off",
|
||||
timerColor: "black",
|
||||
|
|
Loading…
Reference in a new issue