feat(settings): refactor LLM model management UI and components

This commit is contained in:
2025-10-21 18:21:48 +08:00
parent bcfcc4b40a
commit 4784fcb23f
7 changed files with 225 additions and 360 deletions

View File

@@ -5,7 +5,15 @@ import svgr from "vite-plugin-svgr";
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), svgr()],
plugins: [
react(),
svgr({
svgrOptions: {
icon: true,
prettier: true,
}
})
],
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),