feat: 初始化项目
This commit is contained in:
+2
-2
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user