Go to file
sladro e0bf71f8f9 refactor: CSS变量系统冗余清理优化
- 删除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>
2025-09-16 13:32:55 +08:00
.claude Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +08:00
.vscode initial commit 2025-09-15 16:17:05 +08:00
config Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +08:00
docs Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +08:00
public Add CSS theme system 2025-09-15 17:38:13 +08:00
src refactor: CSS变量系统冗余清理优化 2025-09-16 13:32:55 +08:00
.editorconfig initial commit 2025-09-15 16:17:05 +08:00
.gitattributes initial commit 2025-09-15 16:17:05 +08:00
.gitignore initial commit 2025-09-15 16:17:05 +08:00
CLAUDE.md refactor: CSS变量系统冗余清理优化 2025-09-16 13:32:55 +08:00
index.html Add CSS theme system 2025-09-15 17:38:13 +08:00
jsconfig.json initial commit 2025-09-15 16:17:05 +08:00
package-lock.json initial commit 2025-09-15 16:17:05 +08:00
package.json Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +08:00

.

This template should help get you started developing with Vue 3 in Vite.

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