Files
vue-ts-example/.clinerules-code
mini2024 05d6a71da8
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
feat: <Isolate />
2025-03-30 22:58:32 +08:00

6 lines
157 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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