feat: 初始化项目

This commit is contained in:
anonymous
2025-01-28 10:55:29 +08:00
parent 1e1011b317
commit 6474bfcfba
50 changed files with 838 additions and 520 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,#3B81F3,#50D0FF)' }],
['btn-gradient', { background: 'linear-gradient(90deg,#E4C096,#BE805A)' }],
[
'text-gradient',
{
'background-image': 'linear-gradient(90deg,#3B81F3,#50D0FF)',
'background-image': 'linear-gradient(180deg,#B2926B,#F5CB97)',
'background-clip': 'text',
color: 'transparent',
},