feat: <Isolate />
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 3m2s
/ lint-build-and-check (push) Successful in 4m31s
/ surge (push) Successful in 2m27s
/ playwright (push) Failing after 5m21s

This commit is contained in:
mini2024
2025-03-30 22:57:42 +08:00
parent 4b109a0829
commit 05d6a71da8
12 changed files with 103 additions and 12 deletions

5
.github/copilot-instructions.md vendored Normal file
View File

@ -0,0 +1,5 @@
# 项目指导
## UnoCSS 使用规范
1. **优先使用 UnoCSS 原子类**,避免手写 CSS
- 例如:`text-red-500``p-4``flex items-center`