Files
ProxyPool/frontend
祀梦 209f03a238 优化前端代码架构 - 提取CSS变量和工具类
主要改进:
- 新增 variables.css 统一管理所有主题相关的CSS变量
- 新增 utilities.css 提供可复用的工具类组件
- 重构所有Vue组件,移除重复的CSS代码
- 统一使用CSS变量实现一致的粉色主题(#FF6B9D)
- 改进代码组织结构,提升可维护性
- 优化样式继承和复用机制

修改文件:
- 新增:frontend/src/styles/variables.css, utilities.css
- 重构:App.vue, 所有视图组件和组件文件
- 更新:style.css, element-plus.css

技术亮点:
- 模块化CSS架构,使用@import导入
- 统一的颜色、间距、阴影、过渡效果变量
- 卡片、按钮、布局等通用工具类
- 响应式设计支持
2026-01-27 21:58:28 +08:00
..
2026-01-27 21:17:36 +08:00
2026-01-27 21:17:36 +08:00
2026-01-27 21:17:36 +08:00
2026-01-27 21:17:36 +08:00
2026-01-27 21:17:36 +08:00
2026-01-27 21:17:36 +08:00
2026-01-27 21:17:36 +08:00
2026-01-27 21:17:36 +08:00

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.