mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
changed the default config
This commit is contained in:
parent
7185ea9983
commit
533b9506e1
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
let config = {
|
||||
theme: 'dark',
|
||||
showKeyTips: true,
|
||||
showLiveWpm: true,
|
||||
showLiveWpm: false,
|
||||
smoothCaret: true,
|
||||
quickTab: false,
|
||||
punctuation: true,
|
||||
words: 100,
|
||||
words: 50,
|
||||
time: 30,
|
||||
mode: "words"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue