feat: update SCSS imports to use new Sass module system, enhance SystemPage with model tags display and API key handling, and improve model fetching logic with better error handling and notifications

This commit is contained in:
Supra4E8C
2025-12-08 20:20:47 +08:00
parent 450964fb1a
commit 9d7db57c6a
10 changed files with 192 additions and 55 deletions

View File

@@ -23,7 +23,7 @@ export default defineConfig({
},
preprocessorOptions: {
scss: {
additionalData: `@import "@/styles/variables.scss";`
additionalData: `@use "@/styles/variables.scss" as *;`
}
}
},