From 80cc85cd76437fb8d2c309fde2d8a4683aed663c Mon Sep 17 00:00:00 2001 From: RhenCloud Date: Mon, 3 Aug 2026 08:31:51 +0800 Subject: [PATCH] fix: use variation selector-16 for star emoji --- src/formatters/repo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formatters/repo.ts b/src/formatters/repo.ts index 698e199..fcb253c 100644 --- a/src/formatters/repo.ts +++ b/src/formatters/repo.ts @@ -19,7 +19,7 @@ export function formatStar( author, title: t("events.star.title", { repo: repo ?? t("common.repository"), - emoji: em(action === "created" ? "⭐" : "💫"), + emoji: em(action === "created" ? "⭐️" : "💫"), label: actionLabel, }), url: repoUrl,