提交qiming-dev-inject

This commit is contained in:
Codex
2026-06-01 12:53:19 +08:00
parent 96af3b324b
commit 9e9486b7c2
76 changed files with 6397 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// PostCSS 配置文件
// 此文件用于防止 Vite 向上查找父目录的 PostCSS 配置
// 本项目使用普通 CSS不需要 PostCSS 插件
export default {
plugins: {
// 如果需要 PostCSS 插件,可以在这里添加
// 例如autoprefixer, tailwindcss 等
}
}