feat: project init

This commit is contained in:
skytek_xinliang
2026-03-26 10:08:35 +08:00
commit 507afcc99c
36 changed files with 4430 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
/**
* src/styles/settings.scss
*
* Configures SASS variables and Vuetify overwrites
*/
// https://vuetifyjs.com/features/sass-variables/`
// @use 'vuetify/settings' with (
// $color-pack: false
// );
@use 'vuetify/settings' with (
$body-font-family: (
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
sans-serif,
)
);