kindergarten/reading-platform-frontend/uno.config.ts
zhonghua 9ad1c19385 feat(登录界面): 增强登录界面样式与功能
- 在 uno.config.ts 中添加主题颜色和快捷样式,优化整体视觉效果
- 更新 LoginView.vue,重构登录界面结构,使用新的样式类
- 增加背景装饰元素,提升用户体验
- 优化角色选择和登录表单的样式,增强交互性

Made-with: Cursor
2026-03-03 11:25:08 +08:00

8 lines
166 B
TypeScript
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.

import { defineConfig, presetUno } from "unocss";
export default defineConfig({
presets: [
presetUno(), // 默认原子样式预设(类 Tailwind
],
});