mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-28 16:54:04 +08:00
missing properties
This commit is contained in:
parent
c4a036b7cd
commit
e36c57c047
1 changed files with 4 additions and 3 deletions
|
@ -161,7 +161,7 @@ const list: MonkeyTypes.FunboxMetadata[] = [
|
|||
{
|
||||
name: "poetry",
|
||||
info: "Practice typing some beautiful prose.",
|
||||
properties: ["noInfiniteDuration"],
|
||||
properties: ["noInfiniteDuration", "ignoresLanguage"],
|
||||
forcedConfig: {
|
||||
punctuation: [false],
|
||||
numbers: [false],
|
||||
|
@ -170,7 +170,7 @@ const list: MonkeyTypes.FunboxMetadata[] = [
|
|||
{
|
||||
name: "wikipedia",
|
||||
info: "Practice typing wikipedia sections.",
|
||||
properties: ["noInfiniteDuration"],
|
||||
properties: ["noInfiniteDuration", "ignoresLanguage"],
|
||||
forcedConfig: {
|
||||
punctuation: [false],
|
||||
numbers: [false],
|
||||
|
@ -179,11 +179,12 @@ const list: MonkeyTypes.FunboxMetadata[] = [
|
|||
{
|
||||
name: "weakspot",
|
||||
info: "Focus on slow and mistyped letters.",
|
||||
properties: ["changesWordsFrequency"],
|
||||
},
|
||||
{
|
||||
name: "pseudolang",
|
||||
info: "Nonsense words that look like the current language.",
|
||||
properties: ["unspeakable"],
|
||||
properties: ["unspeakable", "ignoresLanguage"],
|
||||
},
|
||||
{
|
||||
name: "IPv4",
|
||||
|
|
Loading…
Reference in a new issue