mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 13:55:19 +08:00
Merge branch 'master' of https://github.com/Miodec/monkey-type
This commit is contained in:
commit
02dba6334a
3 changed files with 23 additions and 10 deletions
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "projectid"
|
||||
}
|
||||
}
|
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: monkeytype
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
@ -947,7 +947,9 @@
|
|||
<div id="caret" class="default size15"></div>
|
||||
<div id="paceCaret" class="default size15 hidden"></div>
|
||||
<input id="wordsInput" class="" tabindex="0" autocomplete="off" />
|
||||
<div id="timerNumber"><div>60</div></div>
|
||||
<div id="timerNumber">
|
||||
<div>60</div>
|
||||
</div>
|
||||
<div id="miniTimerAndLiveWpm">
|
||||
<div class="time hidden">1:00</div>
|
||||
<div class="wpm">60</div>
|
||||
|
@ -1253,7 +1255,10 @@
|
|||
</div>
|
||||
<div class="words"></div>
|
||||
</div>
|
||||
<div class="loginTip">Sign in to save your results</div>
|
||||
<div class="loginTip">
|
||||
<a href="/login">Sign in</a>
|
||||
to save your results
|
||||
</div>
|
||||
<div class="ssWatermark hidden">monkeytype.com</div>
|
||||
<div class="buttons">
|
||||
<div
|
||||
|
@ -1331,8 +1336,9 @@
|
|||
<key>enter</key>
|
||||
(or just
|
||||
<key>tab</key>
|
||||
if you have quick tab mode enabled) to restart the typing test.
|
||||
Open the command line by pressing
|
||||
if you have (
|
||||
<a href="settings">quick tab mode enabled</a>
|
||||
) to restart the typing test. Open the command line by pressing
|
||||
<key>esc</key>
|
||||
- there you can access all the functionality you need without
|
||||
touching your mouse.
|
||||
|
@ -1628,7 +1634,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section quickTab">
|
||||
<div class="section quickTab" id="quickTab">
|
||||
<h1>quick tab mode</h1>
|
||||
<div class="text">
|
||||
Press
|
||||
|
|
Loading…
Reference in a new issue