feat(projects): 首页主备优化
All checks were successful
CI Build & Upload (WeApp) / build-upload-dev (push) Has been skipped
CI Build & Upload (WeApp) / build-upload-prod (push) Successful in 6m43s
CI Build & Upload (WeApp) / build-upload-reserve (push) Successful in 2m25s

This commit is contained in:
2025-12-02 23:57:04 +08:00
parent b6b6649a9b
commit a30d3572a5
22 changed files with 1204 additions and 337 deletions

View File

@@ -2,7 +2,16 @@
module.exports = {
content: ['./src/pages/index.html', './src/**/*.{html,js,ts,jsx,tsx,vue}'],
theme: {
extend: {},
extend: {
colors: {
primary: '#fa2c19', // Theme Red
secondary: '#ff5d45', // Lighter Red
surface: '#ffffff',
},
boxShadow: {
'card': '0 2px 8px rgba(0, 0, 0, 0.04)',
},
},
},
plugins: [],
corePlugins: {