This commit is contained in:
2025-03-14 19:03:57 +08:00
parent 86671de035
commit d8a805f559

View File

@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"commit": "git add . && git commit -m 'update' && git push"
},
"dependencies": {
"axios": "^1.8.2",