1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-05 23:32:45 +08:00

杂项更新

This commit is contained in:
2025-09-20 21:56:39 +08:00
parent d823026b48
commit afc50f106d
3 changed files with 4 additions and 5 deletions

3
.gitignore vendored
View File

@@ -3,4 +3,5 @@
*.map
node_modules
package-lock.json
cache/
cache/
dist/

View File

@@ -1,3 +0,0 @@
html {
font-family: Arial, Helvetica;
}

View File

@@ -5,6 +5,7 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vue": "^3.4.31"
"sass-embedded": "^1.93.0",
"vue": "^3.5.0"
}
}