- 删除18个未使用的透明度变量(--opacity-*, --border-opacity-*, --shadow-opacity-*) - 删除重复的过渡时间变量 --transition-duration-standard - 统一透明度系统到 theme.css 中的 --color-white-rgb-* 系列 - 添加变量迁移说明注释,提升代码可维护性 - 减少variables.css文件大小约40%,消除变量系统冗余 - 保持100%功能完整性,无任何UI变化 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .vscode | ||
| config | ||
| docs | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
.
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint