feat: 完成对接

This commit is contained in:
anonymous
2024-12-31 21:07:08 +08:00
parent ecd30a2e82
commit fecf6535a8
99 changed files with 2253 additions and 299 deletions
+9
View File
@@ -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',
},
],
],
})