feat: 完成对接
This commit is contained in:
@@ -78,6 +78,15 @@ 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)' }],
|
||||
[
|
||||
'text-gradient',
|
||||
{
|
||||
'background-image': 'linear-gradient(90deg,#95C3FF,#4D72F6 30%)',
|
||||
'background-clip': 'text',
|
||||
color: 'transparent',
|
||||
},
|
||||
],
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user