feat: 前端重构

This commit is contained in:
anonymous
2025-01-07 18:04:40 +08:00
parent dbb57f07c3
commit 21d8f75f6a
43 changed files with 705 additions and 359 deletions
+2 -2
View File
@@ -78,11 +78,11 @@ export default defineConfig({
],
['pt-safe', { 'padding-top': 'env(safe-area-inset-top)' }],
['pb-safe', { 'padding-bottom': 'env(safe-area-inset-bottom)' }],
['btn-gradient', { background: 'linear-gradient(90deg,#95C3FF,#4D72F6)' }],
['btn-gradient', { background: 'linear-gradient(90deg,#3B81F3,#50D0FF)' }],
[
'text-gradient',
{
'background-image': 'linear-gradient(90deg,#95C3FF,#4D72F6 30%)',
'background-image': 'linear-gradient(90deg,#3B81F3,#50D0FF)',
'background-clip': 'text',
color: 'transparent',
},