修改 wiki

This commit is contained in:
eafonyang
2026-07-09 11:16:59 +08:00
parent b4926ba148
commit 6fab4a86d4
42 changed files with 625 additions and 234 deletions
@@ -1,12 +0,0 @@
schema_version: 1
module_path: frontend_style
title: 深色玻璃拟态主题系统 (Lux Theme)
scope: []
source_files:
- frontend/src/styles/lux-theme.css
- frontend/src/layout/index.vue
- frontend/src/main.js
- frontend/src/App.vue
- frontend/package.json
depends_on: []
related_to: []
@@ -1,3 +1,17 @@
---
kind: frontend_style
name: 深色玻璃拟态主题系统 (Lux Theme)
category: frontend_style
scope:
- '**'
source_files:
- frontend/src/styles/lux-theme.css
- frontend/src/layout/index.vue
- frontend/src/main.js
- frontend/src/App.vue
- frontend/package.json
---
## 1. 核心系统与工具
- **UI 框架**: Vue 3 + Element Plus。
- **样式方案**: 原生 CSS + CSS Variables (CSS Custom Properties)。