feat: add mixpanel, remove single word loop mode (#318)

This commit is contained in:
Kaiyi
2023-02-17 16:22:13 +08:00
committed by GitHub
parent 735ec799ef
commit 36056db727
12 changed files with 141 additions and 80 deletions

11
.vscode/settings.json vendored
View File

@@ -5,14 +5,5 @@
"css.lint.unknownAtRules": "ignore",
"css.validate": false,
"files.eol": "\n",
"cSpell.words": [
"alipay",
"esae",
"fontawesome",
"fortawesome",
"headlessui",
"ukphone",
"usphone",
"vercel"
]
"cSpell.words": ["alipay", "esae", "fontawesome", "fortawesome", "headlessui", "ukphone", "usphone", "vercel", "wordlist"]
}