perf(login): enter to log in
正在显示
| ... | ... | @@ -91,6 +91,7 @@ |
| "is-ci": "^3.0.0", | ||
| "less": "^4.1.1", | ||
| "lint-staged": "^10.5.4", | ||
| "postcss": "^8.2.7", | ||
| "prettier": "^2.2.1", | ||
| "pretty-quick": "^3.1.0", | ||
| "rimraf": "^3.0.2", | ||
| ... | ... | @@ -116,7 +117,9 @@ |
| }, | ||
| "resolutions": { | ||
| "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", | ||
| "bin-wrapper": "npm:bin-wrapper-china" | ||
| "bin-wrapper": "npm:bin-wrapper-china", | ||
| "esbuild": "0.8.55", | ||
| "rollup": "2.40.0" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... |
src/enums/keyCodeEnum.ts
0 → 100644
请
注册
或者
登录
后发表评论