fix: remove gcore icon (#1220)

This commit is contained in:
Moeyua 2024-10-29 16:51:23 +08:00 committed by GitHub
parent 7825e16b6d
commit 486fa202ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@ export const isXUrl = defineLinkParser({
icon: "i-mgc-social-x-cute-li",
})
export const isGCoreUrl = defineLinkParser({
name: "gcore",
validator: (url) => url.hostname.includes("gcores.com"),
icon: "i-simple-icons-gcore text-[#f83055]",
})
export const isV2exUrl = defineLinkParser({
name: "v2ex",
validator: (url) => url.hostname.includes("v2ex.com"),