替换所有simple-icons

This commit is contained in:
2025-07-28 20:10:07 +08:00
parent c40cf6ea42
commit a9a6659d78
19 changed files with 110 additions and 110 deletions

View File

@@ -2,13 +2,13 @@
const providers = ref([
{
label: 'Google',
icon: 'i-simple-icons-google',
icon: 'simple-icons-google',
color: 'neutral',
variant: 'subtle'
},
{
label: 'GitHub',
icon: 'i-simple-icons-github',
icon: 'simple-icons-github',
color: 'neutral',
variant: 'subtle'
}