fix: add phaver, debank icons (#2034)

This commit is contained in:
sigeshuo 2024-09-02 20:07:37 +08:00 committed by GitHub
parent 1c101873d7
commit d0cc040d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -179,6 +179,7 @@ export const PlatformsSyncMap: {
},
phaver: {
name: "Phaver",
icon: "/assets/social/phaver.png",
url: "https://phaver.app.link/{username}",
},
warpcast: {
@ -188,6 +189,7 @@ export const PlatformsSyncMap: {
},
debank: {
name: "DeBank",
icon: "/assets/social/debank.png",
url: "https://debank.com/profile/{username}",
},
}