mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-26 15:54:35 +08:00
impr(funbox): add ` (grave accent, 96) and ~ (tilde, 126) to specials (#5073)
This commit is contained in:
parent
bf2c4cc5bb
commit
7c0425eb90
1 changed files with 2 additions and 0 deletions
|
@ -689,6 +689,8 @@ export function getSpecials(): string {
|
|||
const randLen = randomIntFromRange(1, 7);
|
||||
let ret = "";
|
||||
const specials = [
|
||||
"`",
|
||||
"~",
|
||||
"!",
|
||||
"@",
|
||||
"#",
|
||||
|
|
Loading…
Reference in a new issue