feat: add custom fonts and update styles in main.css; update package dependencies and lockfile; modify UnoCSS configuration; enhance HTML template structure

This commit is contained in:
Jun Chang
2025-03-18 13:47:30 +08:00
parent 13e2d35479
commit 7abf020d64
7 changed files with 4445 additions and 3317 deletions

View File

@@ -2,12 +2,12 @@
"css.validate": false,
"stylelint.validate": ["css"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[css]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "never",
"source.fixAll.stylelint": "explicit"
}
},
"cSpell.words": [
@@ -24,6 +24,7 @@
"Roboto",
"Segoe",
"taze",
"unocss",
"wenkai",
"Windi"
]