feat: 压缩图片,提取host

This commit is contained in:
秋水浮尘
2023-11-09 22:35:29 +08:00
parent 25f1c269cd
commit 9f74e8094d
12 changed files with 35 additions and 28 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"preview": "vite preview",
"eslint": "eslint --max-warnings=0",
"pre-check": "tsc && npx lint-staged",