feat: 添加 InspiraUI 组件和模式背景功能,更新依赖项

This commit is contained in:
严浩
2025-03-31 14:11:30 +08:00
parent 6e18e0f737
commit 334b2485f5
13 changed files with 1813 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ export default defineConfig({
// the default
/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/,
'src/shadcn/components/**/*.{js,ts}',
'src/components/InspiraUI/**/*.{js,ts}',
],
},
},